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.

A222817 Irregular triangle read by rows: row n gives list of nontrivial reverse multipliers for base n.

Original entry on oeis.org

2, 3, 2, 4, 2, 5, 3, 6, 2, 3, 5, 7, 2, 4, 8, 4, 9, 2, 3, 5, 7, 10, 2, 3, 5, 11, 5, 6, 12, 2, 3, 4, 6, 9, 13, 2, 3, 4, 7, 11, 14, 3, 7, 15, 2, 4, 5, 8, 10, 11, 16, 2, 5, 7, 8, 17, 3, 4, 6, 7, 9, 14, 18, 2, 3, 4, 6, 9, 13, 19
Offset: 3

Views

Author

N. J. A. Sloane, Mar 13 2013

Keywords

Comments

If there is a number m such that the reversal of m in base n is c times m, then c is called a reverse multiplier for n. For example, 2 is a reverse multiplier for base n=5, since 8 (base 10) = 13 (base 5), and 2*8 = 16 (base 10) = 31 (base 5).
The trivial reverse multiplier 1 is excluded.
The last entry in each row is n-1; the number of terms in row n is A222819(n).

Examples

			Triangle begins:
  2,
  3,
  2,4,
  2,5,
  3,6,
  2,3,5,7,
  2,4,8,
  4,9,
  2,3,5,7,10,
  2,3,5,11,
  5,6,12,
  2,3,4,6,9,13,
  2,3,4,7,11,14,
  3,7,15,
  ...
		

Crossrefs

See A214927 for other cross-references.