|
Search: id:A100452
|
|
|
| A100452 |
|
Triangle read by rows, based on array described below. |
|
+0 6
|
|
| 1, 3, 4, 7, 8, 9, 13, 14, 15, 16, 19, 20, 21, 24, 25, 27, 28, 30, 32, 35, 36, 39, 40, 42, 44, 45, 48, 49, 49, 50, 51, 52, 55, 60, 63, 64, 63, 64, 66, 68, 70, 72, 77, 80, 81, 79, 80, 81, 84, 85, 90, 91, 96, 99, 100, 91, 92, 93, 96, 100, 102, 105, 112, 117, 120
(list; table; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Form an array a(m,n) (n >= 1, 1 <= m <= n) by: a(1,n) = n^2 for all n; a(m+1,n) = (n-m)*floor( (a(m,n)-1)/(n-m) ) for 1 <= m <= n-1.
The interesting property of this array is that the main diagonal gives A000960.
|
|
REFERENCES
|
H. Killingbergtro and C. U. Jensen, Problem 116, Nord. Mat. Tidskr. 5 (1957), 160-161.
|
|
EXAMPLE
|
Array begins:
1 4 9 16 25 36 49 64 81 100 ...
* 3 8 15 24 35 48 63 80 99 ...
* * 7 14 21 32 45 60 77 96 ...
* * * 13 20 30 44 55 72 91 ...
* * * * 19 28 42 52 70 90 ...
and triangle begins:
1
3 4
7 8 9
13 14 15 16
19 20 21 24 25
27 28 30 32 35 36
...
|
|
CROSSREFS
|
Cf. A000960, A100453. Row 1 = squares, row 2 = squares - 1, row 3 = A100451. Column sums give A100454.
See also A100461.
Sequence in context: A047545 A105941 A110133 this_sequence A004201 A109054 A129142
Adjacent sequences: A100449 A100450 A100451 this_sequence A100453 A100454 A100455
|
|
KEYWORD
|
nonn,tabl,nice
|
|
AUTHOR
|
njas, Nov 22 2004
|
|
|
Search completed in 0.002 seconds
|