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!)
A355088 E.g.f. A(x) satisfies A(x) = 1 + (exp(x) - 1) * A(3*x). 2
1, 1, 7, 199, 21883, 8916991, 13027669147, 66525761289919, 1164200761777844203, 68750129286493392353311, 13532431689375421261723713787, 8789916574829303798007959322784639, 18685340957126032386127459367999667264523 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=0..n-1} 3^k * binomial(n,k) * a(k).
PROG
(PARI) a_vector(n) = my(v=vector(n+1)); v[1]=1; for(i=1, n, v[i+1]=sum(j=0, i-1, 3^j*binomial(i, j)*v[j+1])); v;
CROSSREFS
Sequence in context: A370084 A178319 A202943 * A057204 A124988 A220934
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 18 2022
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 August 17 01:38 EDT 2024. Contains 375198 sequences. (Running on oeis4.)