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

%I #4 Mar 31 2012 12:35:25

%S 1,9,54,1290,47385,1080891,19941831,335927439,5541820740,87714576070,

%T 1349748111657,20228679068676,290345411571852,3966279413712840,

%U 51810189395306490,652108043960695984,7955418278826810531

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

%H R. H. Hardin, <a href="/A157546/b157546.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,392)/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 May 2 17:46 EDT 2024. Contains 372203 sequences. (Running on oeis4.)