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.

A197182 Number of partitions of n^2 into factorial parts.

Original entry on oeis.org

1, 1, 3, 7, 18, 36, 82, 153, 300, 520, 915, 1477, 2437, 3801, 6027, 9095, 13824, 20194, 29734, 42254, 60348, 83730, 116565, 158215, 215375, 286691, 382461, 500451, 656130, 846385, 1094530, 1395787, 1784670, 2254093, 2853849, 3573051, 4482825, 5565849, 6922008
Offset: 0

Views

Author

Reinhard Zumkeller, Dec 04 2011

Keywords

Comments

a(n) = A064986(n^2).

Crossrefs

Cf. A197183.

Programs

  • Haskell
    a197182 = a064986 . a000290