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.

A262310 a(n) = coefficient of x^(2n) in the expansion of the modular form Product_{k>=1} (1-x^k)^n.

Original entry on oeis.org

1, -1, 1, -7, 9, 9, 49, -176, 57, -673, 2401, 1143, -9063, 33201, -153502, 315783, -755943, 2210985, -767039, 1790369, -40127031, 44496424, -58813391, 1040502519, -1696965207, -1810005816, -4483997699, 7445790947, 105920054242, -134133273672, -203398909151
Offset: 0

Views

Author

N. J. A. Sloane, Oct 04 2015

Keywords

Crossrefs

Bisections: A262537, A262538.

Programs

  • Maple
    C7:=proc(r) local t1,n;
    t1:=mul((1-x^n)^r,n=1..2*r+2);
    series(t1,x,2*r+1);
    coeff(%,x,2*r);
    end;
    [seq(C7(i),i=0..30)];

A262538 Bisection of A262310.

Original entry on oeis.org

-1, -7, 9, -176, -673, 1143, 33201, 315783, 2210985, 1790369, 44496424, 1040502519, -1810005816, 7445790947, -134133273672, -627282760902, 7903957116411, -22364317249111, -200569974966918, 510174845699733, 15061484475966460, 42739249663260682, 758042190595492047
Offset: 0

Views

Author

N. J. A. Sloane, Oct 04 2015

Keywords

Crossrefs

Showing 1-2 of 2 results.