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.

A196221 Binomial(n+10, 10)*9^n.

Original entry on oeis.org

1, 99, 5346, 208494, 6567561, 177324147, 4255779528, 93019181112, 1883638417518, 35789129932842, 644204338791156, 11068601821048044, 182631930047292726, 2908062270753045714, 44867246463046991016, 673008696945704865240, 9842752192830933654135, 140693457815171581056165, 1969708409412402134786310
Offset: 0

Views

Author

Vincenzo Librandi, Oct 13 2011

Keywords

Crossrefs

Programs

  • Magma
    [Binomial(n+10, 10)*9^n: n in [0..20]];

Formula

a(n) = C(n+10, 10)*9^n.
G.f. -1 / (9*x-1)^11 . - R. J. Mathar, Oct 13 2011