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!)
A369372 a(n) is the constant term in expansion of Product_{k=1..n} (x^k + 1 + 1/x^k)^3. 1
1, 7, 85, 1437, 26707, 534513, 11255951, 245612031, 5503639327, 125900330437, 2928092906281, 69026845135479, 1645689594867257, 39611576627651927, 961279033420170871, 23494000801494204647, 577777092945262623161, 14287061769367391787065, 355010279665452190629001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Coefficient[Product[(x^k + 1 + 1/x^k)^3, {k, 1, n}], x, 0], {n, 0, 18}]
PROG
(PARI) a(n) = polcoef(prod(k=1, n, (x^k + 1 + 1/x^k)^3), 0); \\ Michel Marcus, Jan 22 2024
CROSSREFS
Sequence in context: A216698 A317353 A302565 * A049412 A346984 A361065
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 21 2024
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 August 12 19:26 EDT 2024. Contains 375113 sequences. (Running on oeis4.)