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.

A319932 a(n) = (1/720)*n*(n - 10)*(n - 1)*(n^3 - 34*n^2 + 181*n - 144).

Original entry on oeis.org

0, 0, -2, -7, -10, -5, 11, 35, 56, 54, 0, -143, -418, -871, -1547, -2485, -3712, -5236, -7038, -9063, -11210, -13321, -15169, -16445, -16744, -15550, -12220, -5967, 4158, 19285, 40745, 70091, 109120, 159896, 224774, 306425, 407862, 532467, 684019, 866723
Offset: 0

Views

Author

Peter Luschny, Oct 02 2018

Keywords

Crossrefs

Cf. A000012 (m=0), A001489 (m=1), A080956 (m=2), A167541 (m=3), A319930 (m=4), A319931 (m=5), this sequence (m=6).
Cf. A319933.

Programs

  • Maple
    a := n -> (1/720)*n*(n-10)*(n-1)*(n^3-34*n^2+181*n-144);
    seq(a(n), n=0..39);

Formula

a(n) = [x^5] DedekindEta(x)^n.
a(n) = A319933(n, 5).