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!)
A157580 Half the number of length n integer sequences with sum zero and sum of squares 4608. 1

%I #6 Apr 11 2022 13:10:46

%S 1,3,18,11970,1334085,133955073,9824277155,567625941444,

%T 31246085767560,1696086845812315,89452573267087437,

%U 4559354532659814420,223147765159835078290,10450853058701142231795,468478402281324084911670

%N Half the number of length n integer sequences with sum zero and sum of squares 4608.

%H R. H. Hardin, <a href="/A157580/b157580.txt">Table of n, a(n) for n=2..50</a>

%F [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,4608)/2.

%K nonn

%O 2,2

%A _R. H. Hardin_, Mar 02 2009

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)