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!)
A350306 a(n) is the constant term in the expansion of Product_{k=1..n} (x^k + 1 + 1/x^k)^k. 2
1, 1, 3, 57, 2855, 459597, 240485241, 395649695145, 2023017357650345, 31899582278283495743, 1542718311570632349138107, 227912729019868361872929934159, 102547791095886594007005283976727239, 140202209701199998336689204011032887220183 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[n_] := Coefficient[Series[Product[(x^k + 1 + 1/x^k)^k, {k, 1, n}], {x, 0, 0}], x, 0]; Array[a, 14, 0] (* Amiram Eldar, Dec 24 2021 *)
PROG
(PARI) a(n) = polcoef(prod(k=1, n, (x^k+1+1/x^k)^k), 0);
CROSSREFS
Sequence in context: A012064 A012204 A000281 * A316664 A086220 A127263
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 23 2021
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 08:19 EDT 2024. Contains 375085 sequences. (Running on oeis4.)