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.

Previous Showing 11-12 of 12 results.

A282288 Expansion of (Sum_{k>=0} x^(k^4))^19.

Original entry on oeis.org

1, 19, 171, 969, 3876, 11628, 27132, 50388, 75582, 92378, 92378, 75582, 50388, 27132, 11628, 3876, 988, 513, 2926, 15505, 58140, 162792, 352716, 604656, 831402, 923780, 831402, 604656, 352716, 162792, 58140, 15504, 3078, 3249, 23275, 116280, 406980, 1058148, 2116296, 3325608, 4157010, 4157010, 3325608
Offset: 0

Views

Author

Ilya Gutkovskiy, Feb 12 2017

Keywords

Comments

Number of ways to write n as an ordered sum of 19 fourth powers (A000583).
a(n) > 0 for all n >= 0.
Every natural number is the sum of at most 19 fourth powers (Balasubramanian, 1986).

Crossrefs

Programs

  • Mathematica
    nmax = 42; CoefficientList[Series[Sum[x^k^4, {k, 0, nmax}]^19, {x, 0, nmax}], x]

Formula

G.f.: (Sum_{k>=0} x^(k^4))^19.

A069136 Numbers that are not the sum of 5 nonnegative cubes.

Original entry on oeis.org

6, 7, 13, 14, 15, 20, 21, 22, 23, 34, 39, 41, 42, 46, 47, 48, 49, 50, 53, 58, 60, 61, 69, 76, 77, 79, 84, 85, 86, 87, 95, 98, 102, 103, 104, 105, 106, 110, 111, 112, 113, 114, 117, 121, 122, 123, 124, 132, 139, 140, 147, 148, 151, 158, 159, 165
Offset: 1

Views

Author

N. J. A. Sloane, Apr 08 2002

Keywords

Comments

Sequence is conjectured to be finite.
Comment from Richard C. Schroeppel, Sep 22 2010: It is conjectured that 7373170279850 is the largest number requiring more than four cubes (see Deshouillers et al.).

References

  • Bohman, Jan and Froberg, Carl-Erik; Numerical investigation of Waring's problem for cubes, Nordisk Tidskr. Informationsbehandling (BIT) 21 (1981), 118-122.
  • F. Romani, Computations concerning Waring's problem, Calcolo, 19 (1982), 415-431.

Crossrefs

Sums of k cubes, number of ways of writing n as, for k=1..9: A010057, A173677, A051343, A173678, A173679, A173680, A173676, A173681, A173682.
Previous Showing 11-12 of 12 results.