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!)
A368438 Expansion of e.g.f. exp(x) / (3 - 2*exp(2*x)). 1
1, 5, 49, 725, 14305, 352805, 10441489, 360526325, 14226677185, 631571457605, 31152937452529, 1690317145051925, 100052040656540065, 6415726051515362405, 443047566486308303569, 32780692416679034537525, 2587108326603274903810945 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1 + 2 * Sum_{k=1..n} 2^k * binomial(n,k) * a(n-k).
PROG
(PARI) a_vector(n) = my(v=vector(n+1)); for(i=0, n, v[i+1]=1+2*sum(j=1, i, 2^j*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Cf. A368442.
Sequence in context: A136729 A102773 A028575 * A006554 A052750 A145088
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 24 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 May 1 17:43 EDT 2024. Contains 372175 sequences. (Running on oeis4.)