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.

A346566 Number of compositions (ordered partitions) of n^4 into fourth powers.

Original entry on oeis.org

1, 1, 2, 14474, 131204813713122, 132431858995585724536583901671708647, 20717425607872632053632351670738034346764162305716050849113959210873829416
Offset: 0

Views

Author

Ilya Gutkovskiy, Jul 23 2021

Keywords

Comments

The next term is too large to include.

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1/(1 - Sum[x^(k^4), {k, 1, n}]), {x, 0, n^4}], {n, 0, 6}]

Formula

a(n) = [x^(n^4)] 1 / (1 - Sum_{k>=1} x^(k^4)).