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.

A098210 a(n) = -1 + A093137(n)^2.

Original entry on oeis.org

0, 15, 1155, 111555, 11115555, 1111155555, 111111555555, 11111115555555, 1111111155555555, 111111111555555555, 11111111115555555555, 1111111111155555555555, 111111111111555555555555
Offset: 0

Views

Author

Labos Elemer, Oct 20 2004

Keywords

Examples

			Like other -1 + square of near-repdigits give special digit patterns: (33333334^2) - 1 = 11111115555555.
		

Crossrefs

Cf. A093137.

Programs

  • Magma
    [(1/9)*(10^n-1)*(5+10^n): n in [0..15]]; // Vincenzo Librandi, Jun 02 2013
  • Mathematica
    Table[(1/9) (10^n - 1) (5 + 10^n), {n, 0, 25}] (* Vincenzo Librandi, Jun 02 2013 *)

Formula

a(n) = (1/9)*(10^n-1)*(5+10^n). - Vincenzo Librandi, Jun 02 2013