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!)
A124014 a(n) = the sum of the terms in the n-th antidiagonal of A124975. 0
1, 2, 4, 8, 22, 138, 4952, 7139100, 21413761011002, 226852422426283857888381406, 25729877378683265674254171054115441638555802828935420, 331013294649039928470435095480789359495537067296709574238913964352421152489181126832086450397574900411936 (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, Product[t[k, n], {k, m - 1}] + Product[t[m, j], {j, n - 1}]]; Plus @@@ Table[t[d + 1 - j, j], {d, 12}, {j, d}] (* Ray Chandler, Dec 11 2006 *)
CROSSREFS
Cf. A124975.
Sequence in context: A337720 A293912 A122623 * A100827 A034906 A018323
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 September 4 05:14 EDT 2024. Contains 375679 sequences. (Running on oeis4.)