login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A346566 Number of compositions (ordered partitions) of n^4 into fourth powers. 1
1, 1, 2, 14474, 131204813713122, 132431858995585724536583901671708647, 20717425607872632053632351670738034346764162305716050849113959210873829416 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The next term is too large to include.
LINKS
FORMULA
a(n) = [x^(n^4)] 1 / (1 - Sum_{k>=1} x^(k^4)).
MATHEMATICA
Table[SeriesCoefficient[1/(1 - Sum[x^(k^4), {k, 1, n}]), {x, 0, n^4}], {n, 0, 6}]
CROSSREFS
Sequence in context: A170994 A151599 A297573 * A159730 A264944 A242855
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 23 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 28 12:53 EDT 2024. Contains 372085 sequences. (Running on oeis4.)