login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A296029 Numbers k such that 10^k/8 - 1 is prime. 1
4, 7, 8, 11, 16, 22, 28, 29, 79, 91, 170, 293, 392, 1898, 2597, 3641, 4099, 8236, 11393, 17969, 18503, 33322 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, numbers k such that 125*10^(k-3) - 1 is prime.
Searched up to k = 20000. - Michael B. Porter, Dec 07 2017
Searched up to k = 40000. - Michael S. Branicky, Aug 07 2024
LINKS
EXAMPLE
1249, 1249999, and 12499999 are prime, so 4, 7, and 8 are in the sequence.
MATHEMATICA
Select[Range[2000], PrimeQ[10^#/8 - 1] &] (* Michael De Vlieger, Dec 08 2017 *)
PROG
(PARI) lista(nn) = for(n=4, nn, if(ispseudoprime(10^n/8 - 1), print1(n, ", "))) \\ Iain Fox, Dec 04 2017
CROSSREFS
Sequence in context: A190765 A024621 A375572 * A000606 A215458 A061932
KEYWORD
nonn,more
AUTHOR
Patrick A. Thomas, Dec 03 2017
EXTENSIONS
a(12), a(13), a(15), a(16) from Jon E. Schoenfield, Dec 03 2017
a(14) and a(17)-a(21) from Michael B. Porter, Dec 07 2017
a(22) from Michael S. Branicky, Aug 07 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 28 23:11 EDT 2024. Contains 375508 sequences. (Running on oeis4.)