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!)
A368839 a(n) = n! * (n+1)! * (n+2)! * Sum_{k=0..n} 1/(k! * (k+1)! * (k+2)!). 2
1, 7, 169, 10141, 1216921, 255553411, 85865946097, 43276436832889, 31159034519680081, 30847444174483280191, 40718626310317929852121, 69873162748505567626239637, 152602987442736159695707367209, 416606155718669715969281112480571 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n*(n+1)*(n+2)*a(n-1) + 1.
PROG
(PARI) a(n) = n!*(n+1)!*(n+2)!*sum(k=0, n, 1/(k!*(k+1)!*(k+2)!));
CROSSREFS
Cf. A368840.
Sequence in context: A258299 A012067 A012145 * A351154 A005019 A172027
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 June 4 06:06 EDT 2024. Contains 373089 sequences. (Running on oeis4.)