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.

A102380 Irregular triangle read by rows in which row n lists prime factors (with multiplicity) of the repunit (10^n - 1)/9 (A002275(n)).

Original entry on oeis.org

1, 11, 3, 37, 11, 101, 41, 271, 3, 7, 11, 13, 37, 239, 4649, 11, 73, 101, 137, 3, 3, 37, 333667, 11, 41, 271, 9091, 21649, 513239, 3, 7, 11, 13, 37, 101, 9901, 53, 79, 265371653, 11, 239, 4649, 909091, 3, 31, 37, 41, 271, 2906161, 11, 17, 73, 101
Offset: 1

Views

Author

N. J. A. Sloane, Nov 28 2006

Keywords

Comments

See A003020 for other links and references.

Examples

			First rows:
    1;
   11;
    3,   37;
   11,  101;
   41,  271;
    3,    7, 11, 13, 37;
  239, 4649;
  ...
		

Crossrefs

Programs

  • Maple
    [seq( ifactor((10^n-1)/9),n=1..20)];

Extensions

First 100 rows in b-file from T. D. Noe, Feb 27 2009
Rows n=101..322 in b-file from Ray Chandler, May 01 2017
Rows n=323..352 in b-file from Max Alekseyev, Apr 26 2022