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!)
A301986 Expansion of Product_{k>=1} (1 + x^k)^(k*A000010(k)), where A000010 is the Euler totient function. 2
1, 1, 2, 8, 15, 41, 75, 179, 378, 748, 1591, 3133, 6369, 12357, 24225, 46691, 89301, 169589, 318413, 596255, 1103468, 2036880, 3725353, 6786021, 12281026, 22107132, 39604155, 70566697, 125209095, 221048851, 388705826, 680465440, 1186649341, 2061086935 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ exp(2^(3/2) * 7^(1/4) * sqrt(Pi) * n^(3/4) / (3 * 5^(1/4))) * 7^(1/8) / (2^(7/4) * 5^(1/8) * Pi^(1/4) * n^(5/8)).
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1+x^k)^(k*EulerPhi[k]), {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 40; CoefficientList[Series[Exp[Sum[(-1)^(j + 1)/j * Sum[k*EulerPhi[k] * x^(j*k), {k, 1, Floor[nmax/j] + 1}], {j, 1, nmax}]], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A305674 A082638 A077388 * A296798 A203419 A173287
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 30 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 April 24 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)