login
A195830
Triangle read by rows with T(n,k) = n - A074377(k), n>=1, k>=1, if (n - A074377(k))>=0.
12
0, 1, 2, 3, 4, 5, 6, 0, 7, 1, 8, 2, 9, 3, 0, 10, 4, 1, 11, 5, 2, 12, 6, 3, 13, 7, 4, 14, 8, 5, 15, 9, 6, 16, 10, 7, 17, 11, 8, 18, 12, 9, 19, 13, 10, 20, 14, 11, 21, 15, 12, 0, 22, 16, 13, 1, 23, 17, 14, 2, 24, 18, 15, 3, 25, 19, 16, 4, 26, 20, 17, 5, 0
OFFSET
1,3
COMMENTS
Also triangle read by rows in which column k lists the nonnegative integers A001477 starting at the row A074377(k).
This sequence is related to the generalized decagonal numbers A074377, A195840 and A195850 in the same way as A195310 is related to the generalized pentagonal numbers A001318, A175003 and A000041. See comments in A195825.
EXAMPLE
Written as a triangle:
. 0;
. 1;
. 2;
. 3;
. 4;
. 5;
. 6, 0;
. 7, 1;
. 8, 2;
. 9, 3, 0;
. 10, 4, 1;
. 11, 5, 2;
. 12, 6, 3;
. 13, 7, 4;
. 14, 8, 5;
. 15, 9, 6;
. 16, 10, 7;
. 17, 11, 8;
. 18, 12, 9;
. 19, 13, 10;
. 20, 14, 11;
. 21, 15, 12, 0;
. 22, 16, 13, 1;
. 23, 17, 14, 2;
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Sep 24 2011
STATUS
approved