cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A246336 Partial sums of A151548.

Original entry on oeis.org

1, 4, 9, 16, 21, 32, 49, 64, 69, 80, 97, 116, 137, 176, 225, 256, 261, 272, 289, 308, 329, 368, 417, 452, 473, 512, 565, 624, 705, 832, 961, 1024, 1029, 1040, 1057, 1076, 1097, 1136, 1185, 1220, 1241, 1280, 1333, 1392, 1473, 1600, 1729, 1796, 1817, 1856, 1909, 1968, 2049, 2176
Offset: 0

Views

Author

N. J. A. Sloane, Aug 30 2014

Keywords

Comments

Arises in the analysis of a certain 2-D cellular automaton (see A169707).
a(46) = 1729 is also the Hardy-Ramanujan number. - Omar E. Pol, Feb 17 2015
It appears that sums of two successive terms give the numbers greater than 1 in A194811. - Omar E. Pol, Mar 05 2015

Crossrefs

Formula

G.f.: 1/(1-x^2) + (4*x/(1-x))*mul(1+x^(2^k-1)+2*x^(2^k),k=1..oo).
From Omar E. Pol, Feb 18 2015: (Start)
It appears that:
a(2^k-2) = (2^k-1)^2, if k >= 1.
a(2^k-1) = 4^k, if k >= 1.
a(2^k) = 4^k + 5, if k >= 1.
(End)