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.

A126109 a(n) = (5*10^n + 1)/3.

Original entry on oeis.org

2, 17, 167, 1667, 16667, 166667, 1666667, 16666667, 166666667, 1666666667, 16666666667, 166666666667, 1666666666667, 16666666666667, 166666666666667, 1666666666666667, 16666666666666667, 166666666666666667, 1666666666666666667, 16666666666666666667, 166666666666666666667
Offset: 0

Views

Author

Alex P. Lamoreux (Chamale_ic(AT)hotmail.com), Mar 05 2007

Keywords

Comments

a(n+1)*(10^n)*(10^n+1) is the sum of squares of the positive even numbers not exceeding 10^n. - Graeme McRae, Aug 22 2021

Crossrefs

Cf. A011557.
One sixth of A133384.

Programs

Formula

From Vincenzo Librandi, Nov 09 2011: (Start)
a(n) = 10*a(n-1) - 3.
a(n) = 11*a(n-1) - 10*a(n-2).
G.f.: (2-5*x)/((1-x)*(1-10*x)). (End)
E.g.f.: exp(x)*(1 + 5*exp(9*x))/3. - Stefano Spezia, Nov 30 2023

Extensions

Edited by Don Reble, Mar 09 2007