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!)
A321265 a(n) = [x^n] Product_{k>=1} (1 + x^k)^J_n(k), where J_() is the Jordan function. 1
1, 1, 3, 33, 425, 12083, 665707, 68834806, 13654633905, 5535319947544, 4371956013518511, 6700051541666225780, 21029477920140943174285, 131152064162504305814647983, 1603485136950993248524876767297, 40291404321882574322412345562762188, 2031269423141309839019651314585293713041 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] exp(Sum_{k>=1} ( Sum_{d|k} Sum_{j|d} (-1)^(k/d+1)*d*j^n*mu(d/j) ) * x^k/k).
MATHEMATICA
Table[SeriesCoefficient[Product[(1 + x^k)^Sum[d^n MoebiusMu[k/d], {d, Divisors[k]}], {k, 1, n}], {x, 0, n}], {n, 0, 16}]
Table[SeriesCoefficient[Exp[Sum[Sum[Sum[(-1)^(k/d + 1) d j^n MoebiusMu[d/j], {j, Divisors[d]}], {d, Divisors[k]}] x^k/k, {k, 1, n}]], {x, 0, n}], {n, 0, 16}]
CROSSREFS
Sequence in context: A294167 A009502 A222941 * A011922 A365028 A368442
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 01 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 16 00:27 EDT 2024. Contains 371696 sequences. (Running on oeis4.)