OFFSET
1,1
COMMENTS
From Gord Palameta, Jul 21 2018: (Start)
a(38) and a(39) were calculated by Enoch Haga, Sep 07 1999 and Dec 17 2001; a(40) through a(42) were calculated by Andrew Rupinski, Mar 12 2005. (See the Carlos Rivera link.)
It appears that asymptotically a(n)/A000043(n) = 9*log_10(2)/2. (End)
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..48 (terms 1..47 from Gord Palameta)
Carlos Rivera, Puzzle 74.- SOD(2^6972593-1), The Prime Puzzles & Problems Connection.
FORMULA
MATHEMATICA
ep = {the exponents from A000043}; a = {}; Do[ a = Append[a, Apply[ Plus, IntegerDigits[ 2^ep[[n]] - 1]]], {n, 1, 47} ]; a
(* Second program: *)
Array[Total@ IntegerDigits[2^MersennePrimeExponent@ # - 1] &, 45] (* Michael De Vlieger, Jul 22 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Jan 06 2002
EXTENSIONS
Definition corrected by Omar E. Pol, Apr 01 2008
a(38)-a(47) from Gord Palameta, Jul 21 2018
STATUS
approved