The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A157452 Number generated by regarding the numbers in row n of A003983 as digits of a base n number. 0

%I #6 Mar 30 2012 17:35:23

%S 1,3,16,105,961,11137,160000,2738385,54479161,1234554321,31384248336,

%T 884241045961,27342890695849,920521266133785,33512287502995456,

%U 1311768467139281697,54933923639963082961,2450641333396432006369

%N Number generated by regarding the numbers in row n of A003983 as digits of a base n number.

%C We are regarding A003983 as a triangle, not as an array by antidiagonals.

%F t(n,m)=Min[1 + m, 1 + (n - m)]; a(n)=FromDigits[{Table[t[n, m], {m, 0, n}], n + 1}, n + 1].

%e Row 4 of A003983 is 1,2,2,1. The number 1221 in base 4 is 4^3 + 2*4^2 + 2*4 + 1 = 105, so a(4) = 105.

%t t[n_, m_] =Min[m, n - m + 1];

%t Table[FromDigits[{Table[t[n, m], {m, 1, n}], n}, n], {n, 1, 21}]

%Y A139038, A003983

%K nonn,base

%O 1,2

%A _Roger L. Bagula_, Mar 01 2009

%E Edited by _Franklin T. Adams-Watters_, Sep 25 2011

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 June 11 10:34 EDT 2024. Contains 373310 sequences. (Running on oeis4.)