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!)
A182489 G.f.: Sum_{n>=0} x^n / Product_{k=1..n} (1 - k*2^k*x). 1
1, 1, 3, 15, 127, 1695, 35199, 1114303, 53230271, 3806172863, 404501151935, 63629782432959, 14743655706528959, 5018867716910902463, 2501521070328547822783, 1821950518454974100737215, 1934522846425767844573547711, 2989550430024658138034762353855 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 3*x^2 + 15*x^3 + 127*x^4 + 1695*x^5 + 35199*x^6 +...
such that
A(x) = 1 + x/(1-2*x) + x^2/((1-2*x)*(1-2*2^2*x)) + x^3/((1-2*x)*(1-2*2^2*x)*(1-3*2^3*x)) +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, x^m/prod(k=0, m, 1-k*2^k*x+x*O(x^n))), n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A229673 A266091 A135255 * A330804 A335390 A075475
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 02 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 August 1 08:04 EDT 2024. Contains 374810 sequences. (Running on oeis4.)