[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!)
Revision History for A360934 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A360934 Expansion of e.g.f. Sum_{k>=0} exp((4^k - 1)*x) * x^k/k!.
(history; published version)
#13 by Michael De Vlieger at Sun Feb 26 08:42:38 EST 2023
STATUS

reviewed

approved

#12 by Joerg Arndt at Sun Feb 26 06:56:21 EST 2023
STATUS

proposed

reviewed

#11 by Seiichi Manyama at Sun Feb 26 06:44:35 EST 2023
STATUS

editing

proposed

#10 by Seiichi Manyama at Sun Feb 26 06:39:34 EST 2023
NAME

Expansion of e.g.f. Sum_{k>=0} exp((4^k- - 1)*x) * x^k/k!.

#9 by Seiichi Manyama at Sun Feb 26 02:20:00 EST 2023
DATA

1, 1, 7, 73, 1711, 75121, 6743287, 1169659513, 412296162271, 284887781497441, 400134611520973927, 1108533158650520901673, 6238465090832886119430031, 69421876683500992783472318161, 1567475216919199483376363835235927

#8 by Seiichi Manyama at Sun Feb 26 02:13:46 EST 2023
FORMULA

a(n) = Sum_{k=0..n} (4^k- - 1)^(n-k) * binomial(n,k).

#7 by Seiichi Manyama at Sun Feb 26 02:12:34 EST 2023
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).

#6 by Seiichi Manyama at Sun Feb 26 02:11:14 EST 2023
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));

#5 by Seiichi Manyama at Sun Feb 26 02:02:05 EST 2023
CROSSREFS

Cf. A135754, A355440.

#4 by Seiichi Manyama at Sun Feb 26 02:00:42 EST 2023
CROSSREFS

Cf. A135754.

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 15:28 EDT 2024. Contains 375591 sequences. (Running on oeis4.)