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!)
A045848 Number of nonnegative solutions of x1^2 + x2^2 + ... + x6^2 = n. 7
1, 6, 15, 20, 21, 36, 61, 60, 45, 72, 120, 120, 95, 120, 186, 200, 141, 150, 270, 300, 216, 252, 375, 360, 271, 306, 450, 500, 390, 396, 626, 660, 405, 420, 735, 780, 582, 600, 825, 920, 720, 606, 960, 1140, 825 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Coefficient of q^n in (1 + q + q^4 + q^9 + q^16 + q^25 + q^36 + q^49 + q^64 + ...)^6.
G.f.: (1 + theta_3(q))^6/64, where theta_3() is the Jacobi theta function. - Ilya Gutkovskiy, Aug 08 2018
MATHEMATICA
(1 + EllipticTheta[3, 0, q])^6/64 + O[q]^45 // CoefficientList[#, q]& (* Jean-François Alcover, Aug 26 2019 *)
PROG
(PARI) seq(n)=Vec((sum(k=0, sqrtint(n), x^(k^2)) + O(x*x^n))^6) \\ Andrew Howroyd, Aug 08 2018
CROSSREFS
Sequence in context: A280719 A282173 A328226 * A335268 A294651 A368309
KEYWORD
nonn
AUTHOR
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)