The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A257037 Numbers k such that 9*R_(k+2) - 7*10^k is prime, where R_k = 11...1 is the repunit (A002275) of length k. 0
1, 8, 9, 14, 54, 80, 487, 551, 600, 2502, 2544, 5593, 7949, 8635, 13407, 31128, 45504, 45933, 52303, 65121, 167501, 359354, 642225, 1029523, 1170023 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, numbers k such that 93*10^k - 1 is prime.
Terms up to a(22) from Kamada.
LINKS
Predrag Kurtovic, 93*10^642225 - 1, The 5000 Largest Known Primes.
Predrag Kurtovic, 93*10^1029523 - 1, The 5000 Largest Known Primes.
EXAMPLE
For k = 8, 9*R_10 - 7*10^8 = 9999999999 - 700000000 = 9299999999 which is prime, so 8 is a term.
MATHEMATICA
Select[Range[0, 400000], PrimeQ[93*10^#-1 ] &]
PROG
(Magma) [n: n in [0..400] | IsPrime(93*10^n-1)]; // Vincenzo Librandi, Apr 15 2015
CROSSREFS
Cf. A002275.
Sequence in context: A213016 A105833 A323249 * A114305 A101765 A306490
KEYWORD
more,hard,nonn
AUTHOR
Robert Price, Apr 14 2015
EXTENSIONS
a(23) from Predrag Kurtovic, Dec 13 2020
a(24) from Predrag Kurtovic, Jan 29 2019
a(25) from Kamada data by Tyler Busby, Apr 14 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 May 13 05:24 EDT 2024. Contains 372498 sequences. (Running on oeis4.)