|
Search: id:A096936
|
|
|
| A096936 |
|
Half of number of integer solutions to the equation x^2+3y^2=n. |
|
+0 5
|
|
| 1, 0, 1, 3, 0, 0, 2, 0, 1, 0, 0, 3, 2, 0, 0, 3, 0, 0, 2, 0, 2, 0, 0, 0, 1, 0, 1, 6, 0, 0, 2, 0, 0, 0, 0, 3, 2, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 3, 3, 0, 0, 6, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2, 3, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 1, 6, 0, 0, 2, 0, 1, 0, 0, 6, 0, 0, 0, 0, 0, 0, 4, 0, 2, 0, 0, 0, 2, 0, 0, 3, 0, 0, 2, 0, 0
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
REFERENCES
|
N. J. Fine, Basic Hypergeometric Series and Applications, Amer. Math. Soc., 1988; p. 78, Eq. (32.25).
|
|
FORMULA
|
Multiplicative with a(2^e)=3(1+(-1)^e)/2, a(3^e)=1, a(p^e)=(1+(-1)^e) if p=2 (mod 3) and a(p^e)=1+e if p=1 (mod 3).
G.f.: ((Sum_{k} x^(k^2))(Sum_{k} x^(3k^2))-1)/2.
|
|
PROGRAM
|
(PARI) a(n)=if(n<1, 0, 1/2*polcoeff(sum(k=1, sqrtint(n), 2*x^k^2, 1+x^n*O(x))*sum(k=1, sqrtint(n\3), 2*x^(3*k^2), 1+x^n*O(x)), n))
(PARI) a(n)=if(n<1, 0, qfrep([1, 0; 0, 3], n)[n]) /* Michael Somos Jun 05 2005 */
|
|
CROSSREFS
|
A033716(n)=2a(n), if n>0.
Sequence in context: A080159 A144299 A060514 this_sequence A115979 A067168 A099475
Adjacent sequences: A096933 A096934 A096935 this_sequence A096937 A096938 A096939
|
|
KEYWORD
|
nonn,mult
|
|
AUTHOR
|
Michael Somos, Jul 15 2004
|
|
|
Search completed in 0.002 seconds
|