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!)
A056656 Numbers k such that 20*R_k + 3 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
0, 1, 2, 7, 10, 35, 94, 100, 127, 259, 350, 466, 644, 1010, 1177, 1216, 2441, 3760, 3805, 15616, 26458, 63116, 88544, 93496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (2*10^(k+1)+7)/9 is prime.
LINKS
FORMULA
a(n) = A096506(n) - 1.
MATHEMATICA
Do[ If[ PrimeQ[ 20*(10^n - 1)/9 + 3 ], Print[n]], {n, 7000}]
CROSSREFS
Cf. A093162 (corresponding primes), A096056.
Sequence in context: A084184 A015963 A293002 * A351240 A151346 A247166
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Aug 09 2000
EXTENSIONS
2441 from Rick L. Shepherd, Mar 27 2004
15616 and 26458 from Erik Branger, Jan 31 2010
63116, 88544 and 93496 from Erik Branger, Mar 14 2011; confirmed as next terms by Ray Chandler, Feb 17 2012
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 June 4 12:23 EDT 2024. Contains 373096 sequences. (Running on oeis4.)