Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A064766
Fill a triangular array by rows by writing numbers 1, then 1 up to 2*3/2, then 1 up to 3*4/2, then 1 up to 4*5/2 and so on from 1 up to the n-th triangular number. The final elements of the rows form the sequence.
14
1, 2, 2, 6, 5, 1, 8, 1, 10, 20, 10, 22, 7, 21, 36, 16, 33, 6, 25, 45, 11, 33, 56, 14, 39, 65, 14, 42, 71, 10, 41, 73, 1, 35, 70, 106, 23, 61, 100, 4, 45, 87, 130, 21, 66, 112, 159, 36, 85, 135, 186, 48, 101, 155, 210, 56, 113, 171, 230, 59, 120, 182, 245, 56, 121, 187
OFFSET
0,2
EXAMPLE
The array begins
....1
...1.2
..3.1.2
.3.4.5.6
1.2.3.4.5
CROSSREFS
Cf. A064865.
Sequence in context: A054516 A062400 A375851 * A019749 A209773 A209767
KEYWORD
easy,nonn
AUTHOR
Floor van Lamoen, Oct 18 2001
STATUS
approved