login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A082694
Partial sums of A082693.
0
1, 3, 4, 6, 10, 12, 13, 15, 19, 27, 31, 33, 34, 36, 40, 48, 64, 72, 76, 78, 79, 81, 85, 93, 109, 141, 157, 165, 169, 171, 172, 174, 178, 186, 202, 234, 298, 330, 346, 354, 358, 360, 361, 363, 367, 375, 391, 423, 487, 615, 679, 711, 727, 735, 739, 741, 742, 744
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
Sequence in context: A301759 A322457 A137951 * A004793 A336909 A031132
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 12 2003
STATUS
approved