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-1 of 1 results.

A368495 Psi-analog of the 5-core partition function.

Original entry on oeis.org

1, 1, 1, 2, 3, -1, 0, 2, 0, -2, 6, 6, 3, 5, 8, 0, 0, 1, 0, 0, 11, 6, 6, 12, 10, -6, 0, 6, 0, -5, 12, 16, 9, 7, 18, 0, 0, 3, 0, 0, 21, 12, 7, 22, 23, -6, 0, 12, 0, -12, 26, 20, 12, 18, 20, 0, 0, -2, 0, 0, 21, 21, 18, 24, 33, -16, 0, 18, 0, -7, 36, 36, 13, 20, 36, 0, 0, 9, 0, 0, 41, 12, 24, 42, 30, -12, 0, 14, 0, -22
Offset: 0

Views

Author

Subhajit Bandyopadhyay, Dec 27 2023

Keywords

Comments

a(n) is a natural analog to A368490 and the 5-core partition function (see A053723). They have similar generating functions.
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122) and psi(q) (A010054)

Crossrefs

Programs

  • PARI
    q='q+O('q^99);
    rpsi(q)=eta(q^2)^2 / eta(q);
    gf=rpsi(-q^5)^5/rpsi(-q);
    Vec(%) \\ Joerg Arndt, Dec 27 2023

Formula

G.f.: psi(-q^5)^5/psi(-q), where psi(q) is the Ramanujan's theta function psi (see A010054)
Showing 1-1 of 1 results.