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!)
A102949 Numbers k such that 2*10^k + R_k + 6 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
36, 183, 330, 393, 17520, 27222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that (19*10^k + 53)/9 is prime.
a(7) > 10^5. - Robert Price, Feb 07 2015
LINKS
FORMULA
a(n) = A101954(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(19*10^n + 53)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A321145 A054979 A335219 * A211733 A211744 A211753
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 17 2004
EXTENSIONS
Addition of a(5)-a(6) from Kamada data by Robert Price, Dec 13 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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)