Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A157451
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A157451 A sequence of numbers from a triangular sequence as digits base n+1: t(n,m)== Min[1 + Floor[m/2], 1 + Floor[(n - m)/2]]; a(n)=FromDigits[{Table[t[n, m], {m, 0, n}], n + 1}, n + 1]. +0
1
1, 3, 13, 85, 806, 9583, 140050, 2434185, 49031983, 1122332211, 28768909071, 816222524845, 25389827448220, 859153189293015, 31417769545499716, 1234605616147931665, 51882038993710230701, 2321660210597147557819 (list; graph; listen)
OFFSET

0,2

FORMULA

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

EXAMPLE

{1},

{1, 1},

{1, 1, 1},

{1, 1, 1, 1},

{1, 1, 2, 1, 1},

{1, 1, 2, 2, 1, 1},

{1, 1, 2, 2, 2, 1, 1},

{1, 1, 2, 2, 2, 2, 1, 1},

{1, 1, 2, 2, 3, 2, 2, 1, 1},

{1, 1, 2, 2, 3, 3, 2, 2, 1, 1},

{1, 1, 2, 2, 3, 3, 3, 2, 2, 1, 1}

MATHEMATICA

t[n_, m_] = Min[1 + Floor[m/2], 1 + Floor[(n - m)/2]];

Table[FromDigits[{Table[t[n, m], {m, 0, n}], n + 1}, n + 1], {n, 0, 20}]

CROSSREFS

A139038

Sequence in context: A125500 A121679 A023037 this_sequence A152112 A167810 A054420

Adjacent sequences: A157448 A157449 A157450 this_sequence A157452 A157453 A157454

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 01 2009

page 1

Search completed in 0.004 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research