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.

A197192 a(n) = binomial(n+9, 9)*7^n.

Original entry on oeis.org

1, 70, 2695, 75460, 1716715, 33647614, 588833245, 9421331920, 140142312310, 1961992372340, 26094498552122, 332111799754280, 4068369546989930, 48194531556649940, 554237112901474310, 6207455664496512272, 67894046330430602975
Offset: 0

Views

Author

Vincenzo Librandi, Oct 13 2011

Keywords

Crossrefs

Programs

  • Magma
    [Binomial(n+9, 9)*7^n: n in [0..20]];
  • Mathematica
    Table[Binomial[n+9,9]7^n,{n,0,20}] (* Harvey P. Dale, Jul 10 2025 *)

Formula

a(n) = C(n + 9, 9)*7^n.