[go: up one dir, main page]

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!)
Revision History for A286310 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
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 - ...))))).
(history; published version)
#11 by Vaclav Kotesovec at Thu Sep 16 14:04:53 EDT 2021
STATUS

editing

approved

#10 by Vaclav Kotesovec at Thu Sep 16 14:04:46 EDT 2021
FORMULA

a(n) ~ 2^(n + 1/2) * n^n / exp(n). - Vaclav Kotesovec, Sep 16 2021

STATUS

approved

editing

#9 by Bruno Berselli at Wed May 10 11:07:16 EDT 2017
STATUS

proposed

approved

#8 by Ilya Gutkovskiy at Wed May 10 07:51:41 EDT 2017
STATUS

editing

proposed

#7 by Ilya Gutkovskiy at Wed May 10 07:51:31 EDT 2017
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

Table[a[n], {n, 1, nn}] /. sol // Flatten

STATUS

approved

editing

#6 by N. J. A. Sloane at Sat May 06 19:54:12 EDT 2017
STATUS

proposed

approved

#5 by Ilya Gutkovskiy at Sat May 06 03:50:04 EDT 2017
STATUS

editing

proposed

#4 by Ilya Gutkovskiy at Sat May 06 03:49:31 EDT 2017
EXAMPLE

G.f.: 1 + x/(1 - x) + 2*x^2/(1 - x^32) + 14*x^3/(1 - x^43) + 102*x^4/(1 - x^54) + ... = 1/(1 - x/(1 - 2*x/(1 - 3*x/(1 - 4*x/(1 - ...))))).

#3 by Ilya Gutkovskiy at Sat May 06 03:44:45 EDT 2017
EXAMPLE

G.f.: 1 + x/(1 - x) + 2*x^2/(1 - x^3) + 14*x^3/(1 - x^4) + 102*x^4/(1 - x^5) + ... = 1/(1 - x/(1 - 2*x/(1 - 3*x^/(/(1 - 4*x/(1 - ...))))).

#2 by Ilya Gutkovskiy at Sat May 06 03:40:06 EDT 2017
NAME

allocated for Ilya Gutkovskiy

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 - ...))))).

DATA

1, 2, 14, 102, 944, 10378, 135134, 2026920, 34459410, 654728128, 13749310574, 316234132728, 7905853580624, 213458046541738, 6190283353628416, 191898783960483600, 6332659870762850624, 221643095476665302070, 8200794532637891559374, 319830986772877116086448

OFFSET

1,2

LINKS

N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

FORMULA

Sum_{d|n) a(d) = A001147(n) for n > 0.

EXAMPLE

G.f.: 1 + x/(1 - x) + 2*x^2/(1 - x^3) + 14*x^3/(1 - x^4) + 102*x^4/(1 - x^5) + ... = 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

Cf. A001147, A002996, A062794.

KEYWORD

allocated

nonn

AUTHOR

Ilya Gutkovskiy, May 06 2017

STATUS

approved

editing

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 August 29 13:55 EDT 2024. Contains 375517 sequences. (Running on oeis4.)