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!)
A103018 Numbers n such that 5*10^n + 6*R_n + 3 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
1, 2, 3, 10, 25, 29, 34, 73, 76, 77, 651, 884, 938, 1252, 1893, 3342, 4034, 6168, 6216, 6231, 6812, 11046, 15448, 16628, 16918, 18734, 45935, 130393, 139289, 158819 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers n such that (17*10^n+7)/3 is prime.
a(31) > 3*10^5. - Robert Price, Jul 13 2023
LINKS
FORMULA
a(n) = A101583(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(17*10^n + 7)/3], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A295616 A059929 A123029 * A246437 A341265 A005158
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jan 18 2005
EXTENSIONS
a(22)-a(26) from Kamada link by Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
a(27) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
a(28)-a(30) from Robert Price, Jul 13 2023
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 10 05:33 EDT 2024. Contains 373253 sequences. (Running on oeis4.)