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!)
A102932 Numbers k such that 10^k + 3*R_k + 4 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 3
0, 1, 2, 4, 5, 12, 60, 109, 181, 245, 412, 887, 2477, 2918, 4622, 6240, 6253, 7684, 14630, 20932, 49801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (4*10^k + 11)/3 is prime.
a(22) > 2*10^5. - Robert Price, Feb 17 2018
LINKS
FORMULA
a(n) = A102013(n-1) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(4*10^n + 11)/3], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A353850 A050599 A281643 * A128457 A139485 A079407
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 16 2004
EXTENSIONS
Addition of a(19)-a(20) from Kamada data by Robert Price, Dec 10 2010
0 added by Arkadiusz Wesolowski, Mar 10 2011
a(21) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
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 April 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)