Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124066
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124066 a(n) = the sum of the terms in the n-th antidiagonal of A124976. +0
1
1, 2, 3, 6, 19, 138, 5555, 5661606, 8017014805939, 549978189515061145367082, 75619002235584922846322716556474301506401613843, 615505010930370584284868847397460604890896977173300806488671348925702765535678512305286 (list; graph; listen)
OFFSET

1,2

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}] (*Chandler*)

CROSSREFS

Cf. A124976.

Sequence in context: A018290 A121959 A075633 this_sequence A093447 A002078 A000372

Adjacent sequences: A124063 A124064 A124065 this_sequence A124067 A124068 A124069

KEYWORD

easy,nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Nov 23 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 11 2006

page 1

Search completed in 0.002 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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research