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!)
A294251 E.g.f.: exp((1+x)*(1+x^2)*(1+x^3) - 1). 2
1, 1, 3, 19, 97, 681, 5971, 50443, 512289, 5821777, 67968451, 880345731, 12230425153, 177123301369, 2759869352787, 45321758937211, 776008738668481, 14020831026652833, 264488668445049859, 5187662544182915827, 106241960755765408161, 2257485400533886011721 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = a(n-1) + 2*(n-1)*a(n-2) + 6*(n-2)*(n-1)*a(n-3) + 4*(n-3)*(n-2)*(n-1)*a(n-4) + 5*(n-4)*(n-3)*(n-2)*(n-1)*a(n-5) + 6*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*a(n-6). - Vaclav Kotesovec, Dec 02 2021
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp((1+x)*(1+x^2)*(1+x^3)-1)))
CROSSREFS
Column k=3 of A294250.
Sequence in context: A126187 A215420 A303542 * A294392 A358284 A198763
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 26 2017
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 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)