login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A086897
a(n) = 1/5!*(A000522(5*n)+10*A000522(3*n)+20*A000522(2*n)+45*A000522(n)+44).
1
1, 6, 82377, 29621978134, 55110944435590737, 351365336651946711055926, 6008600239785614025435195490441, 234070069565049957790986633184065559782, 18482397400123127114222085701577635920656730209, 2709724243821243799193362741406845754919489407774774182
OFFSET
0,2
LINKS
PROG
(PARI) \\ here b(n) is A000522(n).
b(n)={sum(k=0, n, binomial(n, k)*k!)}
a(n)={(b(5*n) + 10*b(3*n) + 20*b(2*n) + 45*b(n) + 44) / 120} \\ Andrew Howroyd, Jan 27 2020
CROSSREFS
Sequence in context: A101439 A099112 A172750 * A034208 A003834 A152296
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Aug 22 2003
EXTENSIONS
Terms a(8) and beyond from Andrew Howroyd, Jan 27 2020
STATUS
approved