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.

A278566 Irregular triangle read by rows: row n gives coefficients when the n-th coefficient of the modular function j (A000521(n)) is written as a linear combination of irreducible characters of the Monster simple group (A001379).

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 2, 1, 1, 3, 3, 1, 2, 1, 4, 5, 3, 2, 1, 1, 1
Offset: 1

Views

Author

N. J. A. Sloane, Nov 26 2016

Keywords

Comments

The coefficients are given as in Thompson's paper. The choice of coefficients is actually ambiguous because of a linear relation with small coefficients between the terms of A001379 (see Wikipedia). - Andrey Zabolotskiy, Feb 12 2019

Examples

			Triangle begins:
  1,1,
  1,1,1,
  2,2,1,1,
  3,3,1,2,1,
  4,5,3,2,1,1,1,
  ...
		

Crossrefs