login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A302019 Expansion of 1/(1 - x*Sum_{k>=0} x^(k^3)). 2
1, 1, 2, 3, 5, 8, 13, 21, 34, 56, 91, 149, 243, 397, 648, 1058, 1727, 2819, 4602, 7512, 12263, 20018, 32678, 53344, 87080, 142151, 232050, 378803, 618366, 1009433, 1647819, 2689933, 4391101, 7168122, 11701387, 19101580, 31181804, 50901806, 83093134, 135642908, 221426218, 361460624 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: 1/(1 - x*Sum_{k>=0} x^(k^3)).
a(0) = 1; a(n) = Sum_{k=1..n} A010057(k-1)*a(n-k).
MATHEMATICA
nmax = 41; CoefficientList[Series[1/(1 - x Sum[x^k^3, {k, 0, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Antidiagonal sums of A290054.
Sequence in context: A120659 A042581 A349843 * A207976 A093332 A254786
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 30 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 24 05:18 EDT 2024. Contains 374575 sequences. (Running on oeis4.)