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!)
A368295 Expansion of e.g.f. exp(-x) / (1 - x*exp(3*x)). 1
1, 0, 7, 47, 549, 7859, 134743, 2694537, 61595593, 1584039383, 45262146411, 1422647401493, 48780718512397, 1812012517295811, 72486789793754911, 3106846273709042609, 142039582571511632529, 6899664100487740573871, 354870658975988082859219 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (3*(n-k)-1)^k / k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (3*(n-k)-1)^k/k!);
CROSSREFS
Sequence in context: A288722 A006873 A228695 * A268063 A015097 A341213
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 20 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 July 11 09:40 EDT 2024. Contains 374228 sequences. (Running on oeis4.)