|
| |
|
|
A063485
|
|
Composites of the form 2^(2^n)+3.
|
|
1
| |
|
|
259, 4294967299, 18446744073709551619, 340282366920938463463374607431768211459, 115792089237316195423570985008687907853269984665640564039457584007913129639939
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
REFERENCES
| D. M. Burton, Elementary Number Theory, Allyn and Bacon, Inc., Boston, MA, 1976, p. 238.
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=0,...,7
|
|
|
PROG
| (PARI) for(n=0, 8, x=(2^(2^n)+3); if(isprime(x), n+1, print(x)))
(PARI) { n=-1; for (m=0, 10^9, if (!isprime(a=(2^(2^m) + 3)), write("b063485.txt", n++, " ", a); if (n==7, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 23 2009]
|
|
|
CROSSREFS
| Sequence in context: A022221 A121918 A097735 * A139408 A154379 A185793
Adjacent sequences: A063482 A063483 A063484 * A063486 A063487 A063488
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Jason Earls (zevi_35711(AT)yahoo.com), Jul 28 2001
|
| |
|
|