|
Search: id:A097402
|
|
|
| A097402 |
|
Numbers n such that 6*10^n + 2*R_n + 5 is prime, where R_n = 11...1 is the repunit (A002275) of length n. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Also numbers n such that (56*10^n+43)/9 is prime.
|
|
LINKS
|
Makoto Kamada, Factorizations of 622...227.
Index entries for primes involving repunits.
|
|
EXAMPLE
|
1, 13 are members since 67 and 62222222222227 are primes.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[(56*10^n + 43)/9], Print[n]], {n, 0, 10000}]
|
|
CROSSREFS
|
Sequence in context: A139911 A097460 A138353 this_sequence A139873 A142787 A084218
Adjacent sequences: A097399 A097400 A097401 this_sequence A097403 A097404 A097405
|
|
KEYWORD
|
bref,more,nonn
|
|
AUTHOR
|
Julien Peter Benney (jpbenney(AT)ftml.net), Nov 11 2004
|
|
|
Search completed in 0.002 seconds
|