|
Search: id:A103511
|
|
| |
|
| 2, 5, 17, 107, 947, 10399, 135151, 2027033, 34459429, 654729139, 13749310577, 316234143227, 7905853580633, 213458046676877, 6190283353629379, 191898783962510743, 6332659870762850657, 221643095476699771957
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The Mathematica program ignores the first term.
|
|
EXAMPLE
|
1!!=1, 2 is the first prime greater than 1;
6!!=10395, 10399 is the first prime greater than 10395.
|
|
MATHEMATICA
|
nmax = 2^2048; npd = 1; n = 2; npd = npd*(2*n - 1); While[npd < nmax, cp = npd + 2; While[ ! (PrimeQ[cp]), cp = cp + 2]; Print[cp]; n = n + 1; npd = npd*(2*n - 1)]
|
|
CROSSREFS
|
Cf. A001147.
Adjacent sequences: A103508 A103509 A103510 this_sequence A103512 A103513 A103514
Sequence in context: A059248 A143878 A081546 this_sequence A097980 A074046 A123374
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Lei Zhou (lzhou5(AT)emory.edu), Feb 15 2005
|
|
|
Search completed in 0.002 seconds
|