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!)
A286310 G.f.: 1 + Sum_{n>=1} a(n)*x^n/(1 - x^n) = 1/(1 - x/(1 - 2*x/(1 - 3*x/(1 - 4*x/(1 - ...))))). 0
1, 2, 14, 102, 944, 10378, 135134, 2026920, 34459410, 654728128, 13749310574, 316234132728, 7905853580624, 213458046541738, 6190283353628416, 191898783960483600, 6332659870762850624, 221643095476665302070, 8200794532637891559374, 319830986772877116086448 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
N. J. A. Sloane, Transforms
FORMULA
Sum_{d|n) a(d) = A001147(n) for n > 0.
a(n) ~ 2^(n + 1/2) * n^n / exp(n). - Vaclav Kotesovec, Sep 16 2021
EXAMPLE
G.f.: 1 + x/(1 - x) + 2*x^2/(1 - x^2) + 14*x^3/(1 - x^3) + 102*x^4/(1 - x^4) + ... = 1/(1 - x/(1 - 2*x/(1 - 3*x/(1 - 4*x/(1 - ...))))).
MATHEMATICA
nn = 20; f[x_] := 1 + Sum[a[n] x^n/(1 - x^n), {n, 1, nn}]; sol = SolveAlways[0 == Series[f[x] - 1/(1 + ContinuedFractionK[-n x, 1, {n, 1, nn}]), {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
a[n_] := Sum[MoebiusMu[n/d] (2 d - 1)!!, {d, Divisors[n]}]; Array[a, 20]
CROSSREFS
Sequence in context: A037621 A085372 A123525 * A295865 A355069 A293044
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 06 2017
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)