|
| |
|
|
A183178
|
|
Numbers n such that (7*10^(2n+1)-45*10^n-7)/9 is prime.
|
|
1
|
| |
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
C. Caldwell and H. Dubner, "Journal of Recreational Mathematics", Volume 28, No. 1, 1996-97, pp. 1-9.
|
|
|
LINKS
|
Table of n, a(n) for n=1..10.
Patrick De Geest, World!Of Numbers, Palindromic Wing Primes (PWP's)
Makoto Kamada, Prime numbers of the form 77...77277...77
Index entries for primes involving repunits.
|
|
|
FORMULA
|
a(n) = (A077777(n)-1)/2.
|
|
|
MATHEMATICA
|
Do[If[PrimeQ[(7*10^(2n + 1) - 45*10^n - 7)/9], Print[n]], {n, 3000}]
|
|
|
CROSSREFS
|
Cf. A004023, A077775-A077798, A107123-A107127, A107648, A107649, A115073, A183174-A183187.
Sequence in context: A013574 A020679 A103541 * A145004 A226723 A029918
Adjacent sequences: A183175 A183176 A183177 * A183179 A183180 A183181
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
Ray Chandler, Dec 28 2010
|
|
|
STATUS
|
approved
|
| |
|
|