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.

A178512 Reversed decimal expansions of A178510.

Original entry on oeis.org

1, 121, 14521, 1742521, 209102521, 25092302521, 3011076302521, 361329156302521, 43359498756302521, 5203139850756302521, 624376782090756302521, 74925213850890756302521, 8991025662106890756302521, 1078923079452826890756302521, 129470769534339226890756302521
Offset: 1

Views

Author

Mark Dols, May 29 2010

Keywords

Comments

Related to backward decimal expansion of fraction 1/119 and Pell numbers. [How? - Joerg Arndt, May 14 2011]

Crossrefs

Programs

Formula

a(n) = 120*a(n-1) + 1.
From Colin Barker, Oct 02 2015: (Start)
a(n) = 121*a(n-1) - 120*a(n-2) for n > 2.
G.f.: x / ((x-1)*(120*x-1)).
(End)