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!)
A368838 a(n) = n! * (n+3)! * Sum_{k=0..n} 1/(k! * (k+3)!). 2
1, 5, 51, 919, 25733, 1029321, 55583335, 3890833451, 342393343689, 36978481118413, 4807202545393691, 740309191990628415, 133255654558313114701, 27717176148129127857809, 6596687923254732430158543, 1781105739278777756142806611, 541456144740748437867413209745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n*(n+3)*a(n-1) + 1.
a(n) ~ BesselI(3,2) * n! * (n+3)!. - Vaclav Kotesovec, Jan 09 2024
PROG
(PARI) a(n) = n!*(n+3)!*sum(k=0, n, 1/(k!*(k+3)!));
CROSSREFS
Sequence in context: A243242 A111340 A124559 * A348023 A172403 A022516
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jan 07 2024
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 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)