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!)
A301588 Expansion of Product_{k>=1} (1 + x^k)^(mod(k,3)). 2
1, 1, 2, 2, 2, 4, 4, 7, 8, 9, 12, 14, 18, 23, 27, 33, 39, 46, 56, 67, 79, 93, 109, 126, 150, 175, 204, 237, 272, 314, 364, 419, 482, 553, 629, 720, 823, 937, 1069, 1212, 1372, 1555, 1759, 1989, 2247, 2530, 2845, 3200, 3594, 4036, 4528, 5067, 5666, 6333, 7070 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ exp(Pi*sqrt(n/3)) / (2^(5/3) * 3^(1/4) * n^(3/4)).
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1+x^k)^Mod[k, 3], {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A239961 A365541 A308855 * A308921 A308977 A326459
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 24 2018
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 July 29 02:33 EDT 2024. Contains 374727 sequences. (Running on oeis4.)