OFFSET
0,2
COMMENTS
The length of row k is A003215(k), the centered hexagonal numbers, 3k^2 + 3k + 1.
LINKS
T. D. Noe, Table of n, a(n) for n=0..9260 (rows 0..20)
EXAMPLE
The triangle has rows beginning with 2^k and ending with 30^k:
1
2, 3, 5, 6, 10, 15, 30
4, 9, 12, 18, 20, 25, 36, 45, 50, 60, 75, 90, 100, 150, 180, 225, 300, 450, 900
MATHEMATICA
Join[{{1}}, Table[Complement[Divisors[30^n], Divisors[30^(n-1)]], {n, 9}]]
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
T. D. Noe, Aug 26 2011
STATUS
approved