[go: up one dir, main page]

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!)
A360934 Expansion of e.g.f. Sum_{k>=0} exp((4^k - 1)*x) * x^k/k!. 2
1, 1, 7, 73, 1711, 75121, 6743287, 1169659513, 412296162271, 284887781497441, 400134611520973927, 1108533158650520901673, 6238465090832886119430031, 69421876683500992783472318161, 1567475216919199483376363835235927 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k/(1 - (4^k - 1)*x)^(k+1).
a(n) = Sum_{k=0..n} (4^k - 1)^(n-k) * binomial(n,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1+sum(k=1, N, exp((4^k-1)*x)*x^k/k!)))
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, x^k/(1-(4^k-1)*x)^(k+1)))
(PARI) a(n) = sum(k=0, n, (4^k-1)^(n-k)*binomial(n, k));
CROSSREFS
Sequence in context: A352123 A364938 A134281 * A215612 A292012 A051154
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 26 2023
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 September 1 13:22 EDT 2024. Contains 375591 sequences. (Running on oeis4.)