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!)
A056655 Numbers k such that 10*R_k + 7 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
0, 1, 3, 4, 7, 22, 28, 39, 130, 135, 214, 610, 766, 2152, 2575, 22972, 42688, 85711, 85863, 112066, 538507, 631714 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (10^(k+1)+53)/9 is prime.
2575 also produces a probable prime.
a(20) > 10^5. - Robert Price, Jan 13 2015
a(23) > 670000 (per the Kamada link). - Bill McEachen, Mar 02 2024
LINKS
FORMULA
a(n) = A097684(n) - 1 for all n >= 0. - Rick L. Shepherd, Aug 23 2004
MATHEMATICA
Do[ m = n; If[ primeQ[ 10*(10^n - 1)/9 + 7 ], Print[ n ] ], {n, 1, 1250} ]
CROSSREFS
Cf. A093139 (corresponding primes), A097684.
Sequence in context: A338452 A030724 A124082 * A341810 A338511 A332971
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Aug 09 2000
EXTENSIONS
2152 (giving a probable prime) from Rick L. Shepherd, Mar 23 2004
2575 from Rick L. Shepherd, Aug 23 2004
a(16)-a(19) derived from A097684 by Robert Price, Jan 13 2015
a(20)-a(22) from the Kamada link by Bill McEachen, Mar 02 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 11:34 EDT 2024. Contains 372504 sequences. (Running on oeis4.)