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!)
A157573 Half the number of length n integer sequences with sum zero and sum of squares 3362. 1
1, 3, 246, 17230, 1034445, 59305701, 3243926588, 185256960120, 10229264210745, 504340200498475, 22766981281651398, 968060807776968126, 39440547846380819957, 1553885734839506217555, 59443252831855326838200 (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,3362)/2.
CROSSREFS
Sequence in context: A092799 A229690 A140163 * A082717 A157777 A318065
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 April 16 14:04 EDT 2024. Contains 371740 sequences. (Running on oeis4.)