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!)
A368440 Expansion of e.g.f. exp(x) / (3 - 2*exp(3*x)). 2
1, 7, 103, 2287, 67687, 2504047, 111163303, 5757411247, 340788559207, 22693176094447, 1679047763217703, 136654363293340207, 12133120656211741927, 1167034341869994747247, 120886955198779063694503, 13416476227330202250197167, 1588276885073067052758303847 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1 + 2 * Sum_{k=1..n} 3^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, 3^j*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A246914 A274670 A188946 * A365014 A234292 A357347
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 September 14 21:48 EDT 2024. Contains 375929 sequences. (Running on oeis4.)