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.

A273228 G.f. is the fourth power of the g.f. of A006950.

Original entry on oeis.org

1, 4, 10, 24, 55, 116, 230, 440, 819, 1480, 2602, 4480, 7580, 12604, 20620, 33272, 53029, 83520, 130088, 200600, 306488, 464168, 697150, 1039032, 1537435, 2259300, 3298428, 4785880, 6903657, 9903040, 14129846, 20058488, 28336790, 39845456, 55778050, 77747328, 107924347, 149221160
Offset: 0

Views

Author

M.S. Mahadeva Naika, May 18 2016

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

Crossrefs

Programs

  • Maple
    Digits:=200:with(PolynomialTools): with(qseries): with(ListTools):
    GenFun:=series(etaq(q,2,1000)^4/etaq(q,1,1000)^4/etaq(q,4,1000)^4,q,50):
    CoefficientList(sort(convert(GenFun,polynom),q,ascending),q);
  • Mathematica
    nmax = 30; CoefficientList[Series[Product[(1 + x^k)^4 / (1 - x^(4*k))^4, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Mar 25 2017 *)
    CoefficientList[Series[1/(QPochhammer[q, -q]*QPochhammer[q^2, q^2])^4, {q, 0, 50}], q] (* G. C. Greubel, Apr 17 2018 *)

Formula

G.f.: Product_{k>=1} (1 + x^k)^4 / (1 - x^(4*k))^4, corrected by Vaclav Kotesovec, Mar 25 2017
Expansion of 1 / psi(-x)^4 in powers of x where psi() is a Ramanujan theta function.
a(n) ~ exp(sqrt(2*n)*Pi) / (2^(9/4)*n^(7/4)). - Vaclav Kotesovec, Mar 25 2017

Extensions

Edited by N. J. A. Sloane, May 26 2016