login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139551 Triangle read by rows: T(n,k) = if n>=3*k and n<3*k*A014963(k-1) then k else 1 T(n,0)=1. 1
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,24

COMMENTS

Row products give A139552.

EXAMPLE

Row products of the triangle are:

1 = 1

1*1 = 1

1*1*1 = 1

1*1*1*1 = 1

1*1*1*1*1 = 1

1*1*1*1*1*1 = 1

1*1*2*1*1*1*1 = 2

1*1*2*1*1*1*1*1 = 2

1*1*2*1*1*1*1*1*1 = 2

PROG

(Excel cell formula) =if(and(row()-1>=(column()-1)*3; row()-1 < A014963(k-1)*(column()-1)*3); column()-1; 1)

CROSSREFS

Cf. A139552, A139547, A003418.

Sequence in context: A158854 A119849 A026492 * A022931 A043280 A030379

Adjacent sequences:  A139548 A139549 A139550 * A139552 A139553 A139554

KEYWORD

nonn,tabl

AUTHOR

Mats O. Granvik (mgranvik(AT)abo.fi), Apr 27 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 20:06 EST 2012. Contains 205552 sequences.