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.

A163990 Square array read by antidiagonals where the row n lists the numbers k such that their largest divisor <= sqrt(k) equals n.

Original entry on oeis.org

1, 4, 2, 9, 6, 3, 16, 12, 8, 5, 25, 20, 15, 10, 7, 36, 30, 24, 18, 14, 11, 49, 42, 35, 28, 21, 22, 13, 64, 56, 48, 40, 32, 27, 26, 17, 81, 72, 63, 54, 45, 44, 33, 34, 19, 100, 90, 80, 70, 60, 50, 52, 39, 38, 23, 121, 110, 99, 88, 77, 66, 55, 68, 51, 46, 29, 144, 132, 120, 108
Offset: 1

Views

Author

Omar E. Pol, Aug 11 2009

Keywords

Comments

This sequence is a permutation of the natural numbers.
Note that the first row is formed by 1 together the prime numbers and the first column are the squares of the natural numbers.
For more information see A163280, the main entry for this sequence. (See also A161344).

Examples

			Array begins:
1, 2, 3, 5, 7, 11,
4, 6, 8, 10, 14,
9, 12, 15, 18,
16, 20, 24,
25, 30,
36,
See also the array in A163280.
		

Crossrefs

Formula

Row n lists the numbers k such that A033676(k)=n.