login
A162190
Triangle read by rows in which row n lists the divisors of n, the n-th prime and the consecutive composites that are greater than the n-th prime, with a(0)=1.
2
1, 1, 2, 1, 2, 3, 4, 1, 3, 5, 6, 1, 2, 4, 7, 8, 9, 10, 1, 5, 11, 12, 1, 2, 3, 6, 13, 14, 15, 16, 1, 7, 17, 18, 1, 2, 4, 8, 19, 20, 21, 22, 1, 3, 9, 23, 24, 25, 26, 27, 28, 1, 2, 5, 10, 29, 30, 1, 11, 31, 32, 33, 34, 35, 36, 1, 2, 3, 4, 6, 12, 37, 38, 39, 40
OFFSET
0,3
EXAMPLE
Triangle begins:
1;
1,(2);
1,.2,(3),4;
1,....3,...(5),6;
1,.2,....4,......(7),8,.9,10;
1,..........5,..............(11),12;
1,.2,.3,.......6,..................(13),14,15,16;
1,................7,............................(17),18;
1,.2,....4,..........8,................................(19),20,21,22;
KEYWORD
easy,nonn,tabf
AUTHOR
Omar E. Pol, Jun 30 2009
STATUS
approved