cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A086895 a(n) = 1/3!*(A000522(3*n) + 3*A000522(n) + 2).

Original entry on oeis.org

1, 4, 329, 164410, 217010257, 592437912176, 2900576017215049, 23146596617368286854, 281092269321320392419425, 4933169326589172885999647452, 120172004795712251502939402381001, 3933950748992436265200224114943085394, 168530450086835969601177601081838249796529
Offset: 0

Views

Author

Vladeta Jovovic, Aug 22 2003

Keywords

Crossrefs

Programs

  • 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

Extensions

Terms a(11) and beyond from Andrew Howroyd, Jan 27 2020