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.

A025041 Number of partitions of { 1, 2, ..., 9n } into sets of size 9.

Original entry on oeis.org

1, 1, 24310, 37978905250, 893864677761055000, 158421985022100255941485000, 140413003088367308737750586624350000, 474750200441159213998774295008486246570750000, 5050927030108676304976606530597710043478228399030000000
Offset: 0

Views

Author

Keywords

Crossrefs

Column k=9 of A060540.

Programs

  • Mathematica
    Table[Pochhammer[n + 1, 8*n]/9!^n, {n, 0, 10}] (* Paolo Xausa, Aug 08 2024 *)

Formula

a(n) = (9*n)!/(n!*(9!)^n). - Christian G. Bower, Sep 15 1998
a(n) ~ 3^(14*n+1) * (n/e)^(8*n) / 4480^n. - Amiram Eldar, Aug 28 2025

Extensions

a(0)=1 from Andrew Howroyd, Feb 26 2018