login
A162192
Triangle read by rows in which row n lists the divisors of n, prime(n), the consecutive composites that are greater than prime(n), and prime (n+1), but row 0 is formed by 1 and 2.
0
1, 2, 1, 2, 3, 1, 2, 3, 4, 5, 1, 3, 5, 6, 7, 1, 2, 4, 7, 8, 9, 10, 11, 1, 5, 11, 12, 13, 1, 2, 3, 6, 13, 14, 15, 16, 17, 1, 7, 17, 18, 19, 1, 2, 4, 8, 19, 20, 21, 22, 23, 1, 3, 9, 23, 24, 25, 26, 27, 28, 29, 1, 2, 5, 10, 29, 30, 31
OFFSET
0,2
COMMENTS
See also A162190, a sequence with a similar structure.
EXAMPLE
Triangle begins:
1,(2);
1,(2),(3);
1,.2.,(3),4,(5);
1,.....3,...(5),6,(7);
1,.2,.....4,......(7),8,.9,10,(11);
1,...........5,...............(11),12,(13);
1,.2,..3,.......6,....................(13),14,15,16,(17);
1,.................7,...............................(17),18,(19);
1,.2,.....4,..........8,....................................(19),20,21,22,(23);
KEYWORD
easy,nonn,tabf
AUTHOR
Omar E. Pol, Jun 30 2009
STATUS
approved