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!)
A124066 a(n) = the sum of the terms in the n-th antidiagonal of A124976. 0
1, 2, 3, 6, 19, 138, 5555, 5661606, 8017014805939, 549978189515061145367082, 75619002235584922846322716556474301506401613843, 615505010930370584284868847397460604890896977173300806488671348925702765535678512305286 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
t[m_, n_] := t[m, n] = If[m == 1 || n == 1, 1, Sum[t[k, n], {k, m - 1}] * Sum[t[m, j], {j, n - 1}]]; Plus @@@ Table[t[d + 1 - j, j], {d, 12}, {j, d}] (* Ray Chandler, Dec 11 2006 *)
CROSSREFS
Cf. A124976.
Sequence in context: A075633 A141048 A326030 * A319204 A093447 A321203
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Nov 23 2006
EXTENSIONS
Extended by Ray Chandler, Dec 11 2006
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)