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!)
A292474 Number of solutions to +-1 +- 5 +- 12 +- ... +- n*(3*n-1)/2 = 0. 3
1, 0, 0, 0, 0, 0, 2, 2, 4, 0, 2, 4, 4, 0, 30, 46, 78, 0, 210, 366, 644, 0, 2032, 3696, 6694, 0, 21936, 39886, 73098, 0, 246172, 454074, 841714, 0, 2899542, 5401222, 10073398, 0, 35282910, 66213604, 124427582, 0, 441326270, 832775792, 1573861942, 0, 5642205488 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
Constant term in the expansion of Product_{k=1..n} (x^(k*(3*k-1)/2)+1/x^(k*(3*k-1)/2)).
a(4*k+1) = 0 for k >= 0.
EXAMPLE
For n=6 the 2 solutions are +1+5-12+22+35-51 = 0 and -1-5+12-22-35+51 = 0.
PROG
(PARI) {a(n) = polcoeff(prod(k=1, n, x^(k*(3*k-1)/2)+1/x^(k*(3*k-1)/2)), 0)}
CROSSREFS
Sequence in context: A292943 A279906 A246846 * A127528 A063070 A049802
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 17 2017
STATUS
approved

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)