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!)
A099608 Table of crystal ball sequences for A_n lattices read by antidiagonals. 1
1, 1, 1, 1, 3, 1, 1, 5, 7, 1, 1, 7, 19, 13, 1, 1, 9, 37, 55, 21, 1, 1, 11, 61, 147, 131, 31, 1, 1, 13, 91, 309, 471, 271, 43, 1, 1, 15, 127, 561, 1251, 1281, 505, 57, 1, 1, 17, 169, 923, 2751, 4251, 3067, 869, 73, 1, 1, 19, 217, 1415, 5321, 11253, 12559, 6637, 1405, 91, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row reverse of A108625. - Peter Bala, Jul 18 2008
LINKS
FORMULA
T(n, k)=hypergeom([n+1, -n, -k], [1, 1], 1).
PROG
(PARI) T(n, k)=sum(j=0, min(n, k), binomial(n+j, j)*binomial(n, j)*binomial(k, j))
CROSSREFS
T(n, n)=A005258(n), T(2n, n)=A099601(n).
Cf. A108625.
Sequence in context: A183944 A145661 A119258 * A247285 A047969 A047812
KEYWORD
nonn,tabl
AUTHOR
Michael Somos, Oct 25 2004
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)