The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A157566 Half the number of length n integer sequences with sum zero and sum of squares 2312. 1
1, 3, 102, 8190, 665685, 36705753, 1679350127, 68733531189, 2760184991340, 106183264044550, 3966764429800029, 144378604643078598, 5032695166253713140, 166954292511159130110, 5296343179095984782250, 161894623559389026065130 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
[cache enabling] count(n,s,ss)->count(n,t,tt) where t=s mod n, q=(t-s)/n, tt=ss+2*q*s+n*q^2; count(n,t,tt)=sum[i^2<=tt]{ count(n-1,t-i,tt-i^2) }. a(n)=count(n,0,2312)/2.
CROSSREFS
Sequence in context: A290027 A224817 A157549 * A364418 A157600 A139908
KEYWORD
nonn
AUTHOR
R. H. Hardin Mar 02 2009
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 June 11 12:26 EDT 2024. Contains 373311 sequences. (Running on oeis4.)