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.

A304987 G.f.: Sum_{k>=0} A000041(k) * x^k / Sum_{k>=0} A000009(k)^2 * x^k.

Original entry on oeis.org

1, 0, 1, -2, 2, -6, 3, -16, 17, -34, 47, -78, 153, -178, 373, -530, 954, -1410, 2280, -3896, 5908, -9988, 15170, -25908, 40659, -65136, 105967, -169056, 276483, -435624, 712052, -1139814, 1839535, -2955466, 4745201, -7689672, 12303439, -19866340, 31904000
Offset: 0

Views

Author

Vaclav Kotesovec, May 23 2018

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 50; CoefficientList[Series[Sum[PartitionsP[k]*x^k, {k, 0, nmax}] / Sum[PartitionsQ[k]^2*x^k, {k, 0, nmax}], {x, 0, nmax}], x]

Formula

a(n) ~ (-1)^n * c * d^n, where d = 1.6096199212376592810929072080593393678131347423108390218672748044914523428584..., c = 0.4455996319406557616008349987776746416976798533740571426884585957313974660...