login
A163990
Square array read by antidiagonals where the row n lists the numbers k such that their largest divisor <= sqrt(k) equals n.
6
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,2
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).
FORMULA
Row n lists the numbers k such that A033676(k)=n.
EXAMPLE
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
KEYWORD
nonn,tabl
AUTHOR
Omar E. Pol, Aug 11 2009
STATUS
approved