|
Search: id:A158465
|
|
|
| A158465 |
|
Number of solutions to +-1+-2^4+-3^4+-4^4...+-n^4=0. |
|
+0 1
|
|
| 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 16, 18, 0, 0, 32, 100, 0, 0, 424, 510, 0, 0, 2792, 5988, 0, 0
(list; graph; listen)
|
|
|
OFFSET
|
1,16
|
|
|
COMMENT
|
Constant term in the expansion of (x + 1/x)(x^16 + 1/x^16)..(x^n^4 + 1/x^n^4).
a(n)=0 for any n=1 (mod4) or n=2 (mod4).
|
|
FORMULA
|
Integral representation:
a(n)=((2^n)/pi)*int_0^pi prod_{k=1}^n cos(x*k^4) dx
Asymptotic formula:
a(n)=(2^n)*sqrt(18/(pi*n^9))*(1+o(1)) as n-->infty; n=-1 or 0 (mod 4).
|
|
EXAMPLE
|
For n=16 the a(16)=2 solutions are
+1+16+81+256-625-1296-2401+4096+6561+10000+14641+20736-28561-38416-50625+65536=0
and the opposite.
|
|
MAPLE
|
N:=32: p:=1 a:=[]: for n from 32 to N do p:=expand
(p*(x^(n^4)+x^(-n^4))): a:=[op(a), coeff(p, x, 0)]: od:a;
|
|
CROSSREFS
|
Cf. A063865, A158092, A158118, A158380, A019568
Sequence in context: A061848 A120556 A120560 this_sequence A003193 A108474 A120582
Adjacent sequences: A158462 A158463 A158464 this_sequence A158466 A158467 A158468
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Pietro Majer (majer(AT)dm.unipi.it), Mar 19 2009
|
|
|
Search completed in 0.002 seconds
|