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!)
A102941 Numbers k such that 10^k + 6*R_k + 3 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
1, 3, 5, 7, 11, 12, 28, 36, 384, 629, 720, 1398, 2002, 2622, 6457, 19305, 38508, 46455, 95976, 102107, 148505, 189693 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (5*10^k + 7)/3 is prime.
a(20) > 10^5. - Robert Price, Nov 15 2014
LINKS
FORMULA
a(n) = A102025(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(5*10^n + 7)/3], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A347465 A249370 A282810 * A114235 A285848 A086527
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 16 2004
EXTENSIONS
Addition of a(16) from Kamada data by Robert Price, Dec 12 2010
a(17)-a(18) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
a(19) from Kamada data by Robert Price, Nov 15 2014
a(20)-a(22) from Kamada data by Tyler Busby, Apr 14 2024
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 15 06:57 EDT 2024. Contains 372538 sequences. (Running on oeis4.)