login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A103000
Numbers n such that 4*10^n + 8*R_n + 1 is prime, where R_n = 11...1 is the repunit (A002275) of length n.
2
0, 3, 4, 6, 10, 12, 18, 40, 48, 96, 106, 114, 144, 364, 618, 1090, 11370, 59454, 196684
OFFSET
1,2
COMMENTS
Also numbers n such that (44*10^n+1)/9 is prime.
a(20) > 2*10^5. - Robert Price, Mar 30 2015
FORMULA
a(n) = A101737(n-1) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(44*10^n + 1)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A309317 A249666 A113887 * A344516 A310001 A310002
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jan 17 2005
EXTENSIONS
Addition of a(16)-a(18) from Kamada data by Robert Price, Dec 10 2010
0 added by Arkadiusz Wesolowski, Mar 10 2011
STATUS
approved