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!)
A355087 E.g.f. A(x) satisfies A(x) = 1 - log(1-x) * A(3*x). 4
1, 1, 7, 200, 22008, 8968614, 13103201154, 66911528280456, 1170951806182816008, 69148802888161984160496, 13610904625275511792310726256, 8840888240006182011615570947541552, 18793694994107665289261434484161549856688 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} 3^(n-k) * (k-1)! * binomial(n,k) * a(n-k).
PROG
(PARI) a_vector(n) = my(v=vector(n+1)); v[1]=1; for(i=1, n, v[i+1]=sum(j=1, i, 3^(i-j)*(j-1)!*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Cf. A355088.
Sequence in context: A124988 A220934 A221288 * A276537 A233507 A316862
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 16 20:15 EDT 2024. Contains 375177 sequences. (Running on oeis4.)