[go: up one dir, main page]

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!)
A099006 Numbers k such that 2*10^k + 5*R_k + 2 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
2, 3, 26, 27, 45, 62, 147, 1277, 1665, 1979, 2970, 12773, 17702, 19128, 22206, 22386, 25053 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that (23*10^k + 13)/9 is prime.
a(18) > 10^5. - Robert Price, Feb 16 2015
LINKS
FORMULA
a(n) = A101962(n) + 1.
EXAMPLE
n = 2, 3, 26, 27 are members since 257, 2557, 255555555555555555555555557 and
2555555555555555555555555557 are primes.
MATHEMATICA
Do[ If[ PrimeQ[(23*10^n + 13)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A002748 A056004 A032812 * A041659 A042043 A178196
KEYWORD
more,nonn
AUTHOR
Julien Peter Benney (jpbenney(AT)ftml.net), Nov 07 2004
EXTENSIONS
a(8), a(9), a(10) & a(11) from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Nov 17 2004
a(12)-a(17) from Kamada data by Robert Price, Dec 14 2010
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 29 13:35 EDT 2024. Contains 375517 sequences. (Running on oeis4.)