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!)
A368840 a(n) = n! * (n+1)! * (n+2)! * Sum_{k=0..n} 1/(6^(n-k) * k! * (k+1)! * (k+2)!). 1
1, 2, 9, 91, 1821, 63736, 3569217, 299814229, 35977707481, 5936321734366, 1305990781560521, 373513363526309007, 135958864323576478549, 61861283267227297739796, 34642318629647286734285761, 23556776668160154979314317481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = binomial(n+2,3)*a(n-1) + 1.
PROG
(PARI) a(n) = n!*(n+1)!*(n+2)!*sum(k=0, n, 1/(6^(n-k)*k!*(k+1)!*(k+2)!));
CROSSREFS
Cf. A368839.
Sequence in context: A059477 A136553 A266293 * A224323 A240650 A356566
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 10 13:53 EDT 2024. Contains 372387 sequences. (Running on oeis4.)