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!)
A343420 G.f.: 1/(1 - (1*x)/(1 - (2*x)^2/(1 - (3*x)^3/(1 - (4*x)^4/(1 - (5*x)^5/(1 - ...)))))). 2
1, 1, 1, 5, 9, 29, 173, 397, 1629, 7105, 47317, 136649, 612009, 3239657, 16725833, 144512653, 442002033, 2348928709, 13503344821, 87284090069, 570544117893, 6090993985577, 19814091021725, 112414559500753, 771831588041361, 5354065003116817, 43960328737547473 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
nmax = 26;
CoefficientList[1/(1 + ContinuedFractionK[-(k x)^k, 1, {k, 1, nmax}]) + O[x]^(nmax+1), x] (* Jean-François Alcover, Apr 18 2021 *)
PROG
(PARI) a(n) = my(A=1+O(x)); for(i=1, n, A=1-((n-i+1)*x)^(n-i+1)/A); polcoef(1/A, n);
CROSSREFS
Sequence in context: A270595 A303988 A242329 * A214902 A049602 A350280
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 16 2021
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 August 13 09:19 EDT 2024. Contains 375130 sequences. (Running on oeis4.)