login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A075061
Triangle in A075059 read by rows.
3
2, 3, 4, 7, 8, 9, 13, 14, 15, 16, 61, 62, 63, 64, 65, 61, 62, 63, 64, 65, 66, 421, 422, 423, 424, 425, 426, 427, 841, 842, 843, 844, 845, 846, 847, 848, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529
OFFSET
1,1
FORMULA
T(n,k+1)=T(n,k)+1. T(n,0)=A075059(n). - R. J. Mathar, Mar 01 2007
EXAMPLE
2;
3 4;
7 8 9;
13 14 15 16;
61 62 63 64 65;
61 62 63 64 65 66;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Amarnath Murthy, Sep 08 2002
EXTENSIONS
More terms from R. J. Mathar, Mar 01 2007
STATUS
approved