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.

A099060 The even bisection of A000594.

Original entry on oeis.org

-24, -1472, -6048, 84480, -115920, -370944, 401856, 987136, 2727432, -7109760, -12830688, 21288960, 13865712, 24647168, -29211840, -196706304, 165742416, 167282496, -255874080, 408038400, 101267712, -786948864, -447438528, 248758272, 611981400, 850430336, 1758697920
Offset: 1

Views

Author

N. J. A. Sloane, Nov 15 2004

Keywords

Examples

			G.f. = -24*x - 1472*x^2 - 6048*x^3 + 84480*x^4 - 115920*x^5 - 370944*x^6 + ...
G.f. = -24*q^2 - 1472*q^4 - 6048*q^6 + 84480*q^8 - 115920*q^10 - 370944*q^12 + ...
		

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ q QPochhammer[q]^24, {q, 0, 2 n}]; (* Michael Somos, Apr 17 2015 *)
    a[n_] := RamanujanTau[2*n]; Array[a, 30] (* Amiram Eldar, Jan 10 2025 *)
  • PARI
    {a(n) = if( n<0, 0, n = 2*n; polcoeff( x * eta(x + x * O(x^n))^24, n))}; /* Michael Somos, Apr 17 2015 */

Formula

a(n) = A000594(2*n). - Michael Somos, Apr 17 2015

Extensions

More terms from Joshua Zucker, May 15 2006