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.

Showing 1-2 of 2 results.

A028659 Expansion of (theta_3(z)*theta_3(23z) + theta_2(z)*theta_2(23z))^3.

Original entry on oeis.org

1, 6, 12, 8, 6, 24, 36, 48, 72, 78, 120, 120, 116, 264, 240, 240, 342, 288, 496, 360, 504, 480, 600, 390, 748, 678, 804, 548, 1008, 552, 1200, 840, 1344, 1200, 1440, 1056, 1978, 1368, 1800, 1764, 2040, 1800, 2400, 1848, 2520, 2184, 2364, 1656, 3176, 2406, 2940
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • PARI
    a(n) = polcoeff((1 + 2*x*Ser(qfrep([2, 1; 1, 12], n, 1)))^3, n); \\ Jinyuan Wang, Feb 19 2020

Extensions

More terms from Jinyuan Wang, Feb 19 2020

A328094 Expansion of (theta_3(z)*theta_3(23z) + theta_2(z)*theta_2(23z))^6.

Original entry on oeis.org

1, 12, 60, 160, 252, 312, 568, 1200, 2004, 3036, 4680, 7008, 10264, 14568, 21024, 31280, 42012, 54408, 75284, 99600, 129912, 168688, 210240, 272460, 336048, 404052, 516432, 618224, 736272, 884712, 1033008, 1244976, 1439820, 1666800, 1953288, 2232000, 2548516, 2893848, 3376224, 3756912, 4294344
Offset: 0

Views

Author

N. J. A. Sloane, Oct 17 2019

Keywords

Crossrefs

Programs

  • PARI
    a(n) = polcoeff((1 + 2*x*Ser(qfrep([2, 1; 1, 12], n, 1)))^6, n); \\ Jinyuan Wang, Feb 20 2020
Showing 1-2 of 2 results.