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”).

A086895
a(n) = 1/3!*(A000522(3*n) + 3*A000522(n) + 2).
1
1, 4, 329, 164410, 217010257, 592437912176, 2900576017215049, 23146596617368286854, 281092269321320392419425, 4933169326589172885999647452, 120172004795712251502939402381001, 3933950748992436265200224114943085394, 168530450086835969601177601081838249796529
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(3*n) + 3*b(n) + 2) / 6} \\ Andrew Howroyd, Jan 27 2020
CROSSREFS
Sequence in context: A075768 A378720 A135442 * A293241 A220646 A352657
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Aug 22 2003
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Jan 27 2020
STATUS
approved