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.

A086897 a(n) = 1/5!*(A000522(5*n)+10*A000522(3*n)+20*A000522(2*n)+45*A000522(n)+44).

Original entry on oeis.org

1, 6, 82377, 29621978134, 55110944435590737, 351365336651946711055926, 6008600239785614025435195490441, 234070069565049957790986633184065559782, 18482397400123127114222085701577635920656730209, 2709724243821243799193362741406845754919489407774774182
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(5*n) + 10*b(3*n) + 20*b(2*n) + 45*b(n) + 44) / 120} \\ Andrew Howroyd, Jan 27 2020

Extensions

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