login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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
Sequence in context: A351423 A188417 A327826 * A365626 A000950 A320254
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 01 2009
EXTENSIONS
Edited by N. J. A. Sloane, Aug 27 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 30 03:55 EDT 2024. Contains 372118 sequences. (Running on oeis4.)