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!)
A056660 Numbers k such that 20*R_k + 1 is a prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
3, 17, 99, 120, 243, 545, 630, 1493, 2565, 8087 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that (2*10^(k+1)-11)/9 is a prime.
LINKS
FORMULA
a(n) = A084832(n) - 1. - Robert Price, Jan 30 2015
MATHEMATICA
Do[ If[ PrimeQ[ 20*(10^n - 1)/9 + 1 ], Print[n]], {n, 7000}]
CROSSREFS
Cf. A002275, A084832, A091189 (corresponding primes).
Sequence in context: A010913 A142988 A356267 * A155610 A001541 A322242
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Aug 09 2000
EXTENSIONS
a(8) and a(9) from Rick L. Shepherd, Feb 22 2004
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
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 8 12:18 EDT 2024. Contains 372333 sequences. (Running on oeis4.)