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!)
A368439 Expansion of e.g.f. exp(x) / (4 - 3*exp(2*x)). 1
1, 7, 97, 2023, 56257, 1955527, 81570337, 3969606823, 220777431937, 13813838801287, 960354511044577, 73441487204670823, 6126887497334519617, 553733062241471461447, 53894653951229272883617, 5620230710788836168938023, 625160202763025501303191297 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1 + 3 * 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+3*sum(j=1, i, 2^j*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A058805 A305137 A132061 * A361093 A367134 A013521
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 April 27 08:51 EDT 2024. Contains 372017 sequences. (Running on oeis4.)