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”).

A157457
Read n-th row of triangle in A157458 and regard it as the expansion of a number in base n+1.
1
0, 3, 16, 125, 1116, 12943, 182400, 3080025, 60524200, 1357997531, 34237168560, 957927505717, 29446184348868, 986272776455415, 35746439807927296, 1393753996031259953, 58165330905054360720, 2586788074128361802419
OFFSET
0,2
MATHEMATICA
t[n_, m_] =Min[1 + 2*m, 1 + 2*(n - m), n];
Table[FromDigits[{Table[t[n, m], {m, 0, n}], n + 1}, n + 1], {n, 0, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 01 2009
EXTENSIONS
Edited by N. J. A. Sloane, Aug 27 2009
STATUS
approved