|
Search: id:A156895
|
|
|
| A156895 |
|
Primes of the form prod{2^n + 1, [n=0,1,2,3...]} + 1. |
|
+0 1
|
|
| 3, 7, 31, 271, 4591, 151471, 9845551, 326409519151, 16455349947998422816223361143099916435126171767057238357700938736968751
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
10th term has 150 digits. [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 07 2009]
|
|
EXAMPLE
|
(2^0 + 1)*(2^1 + 1)*(2^2 + 1)*(2^3 + 1)*(2^4 + 1)= 2*3*5*9*17+ 1 = 4591
|
|
MAPLE
|
a := proc (n) if isprime(1+product(2^k+1, k = 0 .. n)) = true then 1+product(2^k+1, k = 0 .. n) else end if end proc: seq(a(n), n = 0 .. 40); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 07 2009]
|
|
CROSSREFS
|
Sequence in context: A030521 A105767 A063896 this_sequence A074047 A121810 A081475
Adjacent sequences: A156892 A156893 A156894 this_sequence A156896 A156897 A156898
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
J. M. Bergot (thekingfishb(AT)yahoo.ca), Feb 17 2009
|
|
EXTENSIONS
|
9th term added by Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 07 2009
|
|
|
Search completed in 0.002 seconds
|