The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A368555 a(n) = Sum_{k=0..n} k! * 3^(n-k). 1
1, 4, 14, 48, 168, 624, 2592, 12816, 78768, 599184, 5426352, 56195856, 647589168, 8169788304, 111687656112, 1642737336336, 25851001897008, 433240433787024, 7702095007089072, 144751385430099216, 2867156164466937648, 59692410665110252944 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = 3*a(n-1) + n!.
a(n) = (n+3)*a(n-1) - 3*n*a(n-2).
a(n) ~ n!. - Vaclav Kotesovec, Jan 13 2024
PROG
(PARI) a(n) = sum(k=0, n, k!*3^(n-k));
CROSSREFS
Sequence in context: A082590 A085280 A007851 * A014325 A047028 A220819
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 29 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 21 01:24 EDT 2024. Contains 372720 sequences. (Running on oeis4.)