A276285 Number of ways of writing n as a sum of 13 squares.
1, 26, 312, 2288, 11466, 41808, 116688, 265408, 535704, 1031914, 1899664, 3214224, 5043376, 7801744, 12066912, 17689152, 24443978, 34039200, 48210760, 64966096, 83323344, 109157152, 145532816, 185245632, 227110416, 284788010, 363737712
Offset: 0
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- Eric Weisstein's World of Mathematics, Sum of Squares Function
- Eric Weisstein's World of Mathematics, Jacobi Theta Functions
- Index entries for sequences related to sums of squares
Crossrefs
13th column of A286815. - Seiichi Manyama, May 27 2017
Row d=13 of A122141.
Programs
-
Mathematica
Table[SquaresR[13, n], {n, 0, 26}]
Formula
G.f.: theta_3(0,q)^13, where theta_3(x,q) is the third Jacobi theta function.
a(n) = (26/n)*Sum_{k=1..n} A186690(k)*a(n-k), a(0) = 1. - Seiichi Manyama, May 27 2017
Comments