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.

A036224 Expansion of (-1+1/(1-6*x)^6)/(36*x); related to A036084.

Original entry on oeis.org

1, 21, 336, 4536, 54432, 598752, 6158592, 60046272, 560431872, 5043886848, 44019376128, 374164697088, 3108445175808, 25311625003008, 202493000024064, 1594632375189504, 12381851383824384, 94927527275986944
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Sage
    [lucas_number2(n, 6, 0)*binomial(n,5)/6^7for n in range(6, 24)] # Zerinvary Lajos, Mar 13 2009

Formula

a(n) = 6^(n-1)*binomial(n+6, 5);
g.f. (-1+(1-6*x)^(-6))/(x*6^2).