A186680 Total number of positive integers below 10^n requiring 17 positive biquadrates in their representation as sum of biquadrates.
0, 3, 33, 63, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65
Offset: 1
Links
- Eric Weisstein's World of Mathematics, Waring's Problem.
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Mathematica
PadRight[{0, 3, 33, 63}, 100, 65] (* Paolo Xausa, Jul 31 2024 *)
Formula
G.f.: x^2*(3+30*x+30*x^2+2*x^3)/(1-x). - Bruno Berselli, May 10 2011
Extensions
a(5)-a(6) from Lars Blomberg, May 08 2011
a(7) from Charles R Greathouse IV, May 08 2011
Terms after a(7) from Nathaniel Johnston, May 09 2011
Comments