OFFSET
1,2
MATHEMATICA
f[n_]:=Module[{st=2^Range[0, n]}, Join[st, Reverse[Most[Rest[st]]]]]; Accumulate[ Flatten[Array[f, 10]]] (* Harvey P. Dale, May 09 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 12 2003
STATUS
approved