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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123566 Table (read by antidiagonals) where t(1,n) = t(m,1) = 1 and where t(m,n) = LCM(sum{k=1 to m-1} t(k,n), sum{j=1 to n-1} t(m,j)). 0
1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 4, 3, 4, 1, 1, 8, 30, 30, 8, 1, 1, 16, 36, 35, 36, 16, 1, 1, 32, 1224, 630, 630, 1224, 32, 1, 1, 64, 14256, 868700, 675, 868700, 14256, 64, 1, 1, 128, 1010880, 4140952200, 1174420350, 1174420350, 4140952200, 1010880, 128, 1, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,8

EXAMPLE

t(5,3) = LCM(sum{k=1 to 4} t(k,3), sum{j=1 to 2} t(5,j)) = LCM(1+2+3+30, 1+8) = LCM(36,9) = 36.

MATHEMATICA

t[m_, n_] := t[m, n] = If[m == 1 || n == 1, 1, LCM[Sum[t[k, n], {k, m - 1}], Sum[t[m, j], {j, n - 1}]]]; Flatten@Table[t[d + 1 - j, j], {d, 11}, {j, d}] (*Chandler*)

CROSSREFS

Sequence in context: A116595 A128315 A198329 * A201757 A053390 A140643

Adjacent sequences:  A123563 A123564 A123565 * A123567 A123568 A123569

KEYWORD

nonn,tabl

AUTHOR

Leroy Quet Nov 12 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 19 2006

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 17 14:50 EST 2012. Contains 206050 sequences.