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.

A305121 G.f.: Sum_{k>=1} x^(2*k)/(1+x^(2*k)) * Product_{k>=1} 1/(1-x^k).

Original entry on oeis.org

0, 0, 1, 1, 2, 3, 7, 9, 14, 20, 32, 43, 63, 85, 122, 162, 221, 292, 396, 514, 680, 878, 1147, 1465, 1886, 2391, 3050, 3836, 4841, 6048, 7579, 9403, 11685, 14419, 17806, 21845, 26810, 32725, 39947, 48528, 58926, 71267, 86151, 103750, 124860, 149791, 179551
Offset: 0

Views

Author

Vaclav Kotesovec, May 26 2018

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 60; CoefficientList[Series[Sum[x^(2*k)/(1+x^(2*k)), {k, 1, nmax}] * Product[1/(1-x^k), {k, 1, nmax}], {x, 0, nmax}], x]

Formula

For n > 0, a(n) = A209423(n) - A305123(n).
a(n) ~ log(2) * exp(Pi*sqrt(2*n/3)) / (2^(5/2)*Pi*sqrt(n)).