|
Search: id:A108301
|
|
|
| A108301 |
|
Digital sum of the Fermat number 2^(2^n) + 1. |
|
+0 1
|
|
| 3, 5, 8, 14, 26, 59, 89, 167, 377, 734, 1376, 2741, 5624, 11120, 22166, 44222, 88262, 176180, 353042, 707648, 1419974, 2836751, 5679620, 11365592, 22723865, 45445442, 90899234, 181828850
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
a(0), a(1), a(5), a(6), a(7) and a(11) are primes. Are there any more?
|
|
FORMULA
|
a(n)=~4.5*A057755. - Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 02 2005
|
|
EXAMPLE
|
a(5)=59 because 2^(2^5)+1=4294967297 and the sum of those decimal digits is 59.
|
|
MAPLE
|
a:=proc(n) local nn, z: nn:=convert(2^(2^n)+1, base, 10): z:=nops(nn): add(nn[j], j=1..z) end: seq(a(n), n=0..22); (Deutsch)
|
|
MATHEMATICA
|
f[n_] := Plus @@ IntegerDigits[2^(2^n)] + 1; Table[ f[n], {n, 0, 27}] (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 02 2005)
|
|
CROSSREFS
|
Cf. A000215.
Sequence in context: A086661 A078065 A072655 this_sequence A095290 A080999 A077579
Adjacent sequences: A108298 A108299 A108300 this_sequence A108302 A108303 A108304
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), Jun 29 2005
|
|
EXTENSIONS
|
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu) and Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 02 2005
|
|
|
Search completed in 0.002 seconds
|