OFFSET
1,3
COMMENTS
Row sums = A001318: (1, 2, 5, 7, 12,...)
The triangle is a variant of Janet's periodic table:
.......1
.......2
.....2,3
.....3,4
...3,4,5
...4,5,6
.4,5,6,7
.5,6,7,8
...
LINKS
Boris Putievskiy, Transformations (of) Integer Sequences And Pairing Functions, arXiv:1212.2732 [math.CO], 2012.
Wikipedia, Electron configuration
FORMULA
As an infinite lower triangular matrix, A * B, where A = A101688 and B = an infinite lower triangular matrix with (1, 2, 3,...) as the main diagonal and the rest zeros.
From Boris Putievskiy, Jan 09 2013: (Start)
a(n) = floor((2*n-t*(t+1)+1)/(t+3))*(n-t*(t+1)/2), where t = floor((-1+sqrt(8*n-7))/2). (End)
EXAMPLE
First few rows of the triangle:
1
0, 2
0, 2, 3
0, 0, 3, 4
0, 0, 3, 4, 5
0, 0, 0, 4, 5, 6
0, 0, 0, 4, 5, 6, 7
...
CROSSREFS
KEYWORD
AUTHOR
Gary W. Adamson, Mar 14 2011
STATUS
approved