login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157540 Half the number of length n integer sequences with sum zero and sum of squares 128. 1
1, 3, 6, 430, 8775, 114681, 1213471, 11685663, 110201400, 997307245, 8767514811, 75092781699, 615909156954, 4807634283375, 35885733707970, 258099905201634, 1799253706774203, 12198525957520155, 80576646822300850, 518883888358457370 (list; graph; refs; listen; history; internal format)
OFFSET

2,2

LINKS

R. H. Hardin, Table of n, a(n) for n=2..50

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,128)/2.

CROSSREFS

Sequence in context: A083149 A068375 A126297 * A179267 A171928 A034879

Adjacent sequences:  A157537 A157538 A157539 * A157541 A157542 A157543

KEYWORD

nonn

AUTHOR

R. H. Hardin (rhhardin(AT)att.net) Mar 02 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 03:33 EST 2012. Contains 205694 sequences.