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!)
A318968 Expansion of exp(Sum_{k>=1} ( Sum_{d|k, d odd} d^k ) * x^k/k). 1
1, 1, 1, 10, 10, 635, 797, 118446, 124071, 43174194, 45404910, 25982930761, 26443958420, 23324558686914, 23640266984002, 29216576615057082, 29447535265299613, 48690644491136860817, 48980258924147884960, 104176334607664412086539, 104636388540330684649083, 278323070872780066332365486 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 - (2*k - 1)^(2*k-1)*x^(2*k-1))^(1/(2*k-1)).
MATHEMATICA
nmax = 21; CoefficientList[Series[Exp[Sum[Sum[Mod[d, 2] d^k, {d, Divisors[k]}] x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x]
nmax = 21; CoefficientList[Series[Product[1/(1 - (2 k - 1)^(2 k - 1) x^(2 k - 1))^(1/(2 k - 1)), {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[Sum[Mod[d, 2] d^k, {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 21}]
CROSSREFS
Sequence in context: A105750 A220449 A352070 * A288051 A288504 A287754
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 06 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)