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!)
A193188 G.f.: A(x) = Sum_{n>=0} x^n / Product_{k=1..n} (1 - 2^(n-k)*x^k). 3
1, 1, 2, 4, 11, 38, 180, 1182, 10990, 145271, 2729980, 72836122, 2755533950, 147695390782, 11209247627416, 1204126434867322, 183035972377206269, 39363771818346412010, 11975532663667690562398, 5153451004764204946993962 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: A(2*x) = Sum_{n>=0} 2^n*x^n/Product_{k=1..n} (1-2^n*x^k).
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 4*x^3 + 11*x^4 + 38*x^5 + 180*x^6 +...
where:
A(x) = 1 + x/(1-x) + x^2/((1-2*x)*(1-x^2)) + x^3/((1-4*x)*(1-2*x^2)*(1-x^3)) + x^4/((1-8*x)*(1-4*x^2)*(1-2*x^3)*(1-x^4)) + ...
PROG
(PARI) {a(n)=local(A=1); polcoeff(sum(m=0, n, x^m/prod(k=1, m, 1-2^(m-k)*x^k +x*O(x^n))), n)}
CROSSREFS
Sequence in context: A107107 A243565 A101898 * A216810 A065851 A173938
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 17 2011
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 July 18 05:05 EDT 2024. Contains 374377 sequences. (Running on oeis4.)