[go: up one dir, main page]

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”).

A102963
Numbers n such that 2*10^n + 8*R_n + 1 is prime, where R_n = 11...1 is the repunit (A002275) of length n.
1
0, 1, 7, 8, 11, 14, 19, 32, 41, 53, 61, 133, 157, 239, 1237, 30254, 34423, 139289
OFFSET
1,3
COMMENTS
Also numbers n such that (26*10^n+1)/9 is prime.
FORMULA
a(n) = A101972(n-1) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(26*10^n + 1)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A090385 A350694 A145826 * A117619 A226977 A098731
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 17 2004
EXTENSIONS
a(16)-a(18) from Kamada data by Robert Price, Dec 14 2010
STATUS
approved