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.

A053800 Number of basis partitions of n+25 with Durfee square size 5.

Original entry on oeis.org

1, 2, 4, 8, 14, 24, 38, 58, 86, 124, 174, 238, 320, 422, 548, 702, 886, 1106, 1366, 1670, 2024, 2432, 2900, 3434, 4040, 4724, 5492, 6352, 7310, 8374, 9552, 10850, 12278, 13844, 15556, 17424, 19456, 21662, 24052, 26636, 29424, 32426, 35654, 39118
Offset: 0

Views

Author

James Sellers, Mar 27 2000

Keywords

Programs

  • PARI
    Vec((1 + x)*(1 - x + x^2)*(1 - x + x^2 - x^3 + x^4)*(1 + x^4) / ((1 - x)^5*(1 + x + x^2)*(1 + x + x^2 + x^3 + x^4)) + O(x^45)) \\ Colin Barker, Jan 01 2020

Formula

G.f.: (1+q)(1+q^2)(1+q^3)(1+q^4)(1+q^5)/((1-q)(1-q^2)(1-q^3)(1-q^4)(1-q^5)).
a(n) = 3*a(n-1) - 3*a(n-2) + 2*a(n-3) - 3*a(n-4) + 4*a(n-5) - 4*a(n-6) + 3*a(n-7) - 2*a(n-8) + 3*a(n-9) - 3*a(n-10) + a(n-11) for n>11. - Colin Barker, Jan 01 2020