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.

A005055 a(n) = 7*5^n.

Original entry on oeis.org

7, 35, 175, 875, 4375, 21875, 109375, 546875, 2734375, 13671875, 68359375, 341796875, 1708984375, 8544921875, 42724609375, 213623046875, 1068115234375, 5340576171875, 26702880859375, 133514404296875, 667572021484375, 3337860107421875, 16689300537109375
Offset: 0

Views

Author

Keywords

Comments

a(n) = sum of row n+1 of triangle A249307. - Reinhard Zumkeller, Nov 14 2014

Crossrefs

Cf. A000351.

Programs

Formula

a(n) = 5*a(n-1), n>0; a(0)=7. G.f.: 7/(1-5*x). - Philippe Deléham, Nov 23 2008
E.g.f.: 7*e^(5*x). - Mohammad K. Azarian, Jan 15 2009