The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A135077 E.g.f. A(x) = 1 + Sum_{n>=1} (1/n!)*Product_{k=0..n-1} [exp(2^k*x) - 1]. 1
1, 1, 3, 18, 209, 4650, 198933, 16482902, 2663887921, 844592892082, 527562202908045, 651188478953301102, 1591732149339598508105, 7716508793733513473433162, 74274446413528969422741614565 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
E.g.f.: A(x) = 1 + x + 3x^2/2! + 18x^3/3! + 209x^4/4! + 4650x^5/5! +...;
A(x) = 1 + [exp(x)-1] + [exp(x)-1][exp(2x)-1]/2! + [exp(x)-1][exp(2x)-1][exp(4x)-1]/3! + [exp(x)-1][exp(2x)-1][exp(4x)-1][exp(8x)-1]/4! +...
PROG
(PARI) {a(n)=n!*polcoeff(1+sum(j=1, n, (1/j!)*prod(k=0, j-1, 1*exp(2^k*x)-1)), n)}
CROSSREFS
Cf. variants: A001831, A135078.
Sequence in context: A330764 A367487 A277355 * A157538 A024488 A217902
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 24 2007
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 June 7 14:59 EDT 2024. Contains 373202 sequences. (Running on oeis4.)