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!)
A206100 G.f.: A(x) = Sum_{n>=0} x^n / Product_{k=1..n} (1-x^k)^k. 5
1, 1, 2, 3, 6, 9, 18, 27, 50, 79, 135, 215, 361, 564, 923, 1450, 2305, 3590, 5645, 8693, 13479, 20611, 31560, 47880, 72601, 109195, 164126, 245109, 365282, 541642, 801380, 1180281, 1734332, 2538490, 3706287, 5392883, 7827571, 11325879, 16348515, 23530961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1 + x*(1 - G(0))/(1-x) where G(k) = 1 - 1/(1-x^(k+1))^(k+1)/(1-x/(x-1/G(k+1) )); (recursively defined continued fraction). - Sergei N. Gladkovskii, Jan 23 2013
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 3*x^3 + 6*x^4 + 9*x^5 + 18*x^6 + 27*x^7 +...
where
A(x) = 1 + x/(1-x) + x^2/((1-x)*(1-x^2)^2) + x^3/((1-x)*(1-x^2)^2*(1-x^3)^3) + x^4/((1-x)*(1-x^2)^2*(1-x^3)^3*(1-x^4)^4) +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, x^m/prod(k=1, m, (1-x^k +x*O(x^n))^k)), n)}
CROSSREFS
Sequence in context: A062865 A351018 A180684 * A178940 A018264 A081741
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 03 2012
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 24 06:03 EDT 2024. Contains 371918 sequences. (Running on oeis4.)