[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A369613
Numbers k such that ceiling(10^k/7) is prime.
1
1, 4, 10, 16, 130, 1900, 5356, 181960
OFFSET
1,2
COMMENTS
a(n) == 4 (mod 6) for n > 1.
1 and numbers k such that (10^k + 3)/7 is prime.
EXAMPLE
4 is a term because ceiling(10^4/7) = 1429 is prime.
.
n | k = a(n) | ceiling(10^k/7)
--+----------+-----------------
1 | 1 | 2
2 | 4 | 1429
3 | 10 | 1428571429
4 | 16 | 1428571428571429
CROSSREFS
Cf. A364644.
Sequence in context: A061682 A246882 A038240 * A211160 A310535 A310536
KEYWORD
nonn,more,hard,changed
AUTHOR
Jon E. Schoenfield, Jan 27 2024
EXTENSIONS
a(8) from Jinyuan Wang, Nov 30 2024
STATUS
approved