|
| |
|
|
A195137
|
|
Primes of the form abs(2^n - prime(n)^2).
|
|
0
|
|
|
|
2, 5, 17, 89, 1087, 30559, 127591, 8381719, 134207119, 140737488310807, 3450873173395281893717377931138512726225554486085193277581262109788439
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Table of n, a(n) for n=1..11.
|
|
|
PROG
|
(PARI) print1("2, 5, 17, 89"); n=10; forprime(p=31, 1e4, if(isprime(t=abs(2^n++-p^2)), print1(", "t))) \\ Charles R Greathouse IV, Sep 11 2011
|
|
|
CROSSREFS
|
Sequence in context: A162043 A016121 A216519 * A026822 A059248 A203006
Adjacent sequences: A195134 A195135 A195136 * A195138 A195139 A195140
|
|
|
KEYWORD
|
nonn,changed
|
|
|
AUTHOR
|
Juri-Stepan Gerasimov, Sep 09 2011
|
|
|
EXTENSIONS
|
Terms corrected by Charles R Greathouse IV, Sep 11 2011
|
|
|
STATUS
|
approved
|
| |
|
|