Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A055068
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A055068 Triangular array for David G. Cantor's sigma function. +0
2
1, 1, 1, 1, 2, 1, 1, 3, 4, 3, 1, 4, 10, 24, 10, 1, 5, 20, 105, 160, 105, 1, 6, 35, 336, 1260, 3360, 1260, 1, 7, 56, 882, 6720, 48510, 80640, 48510, 1, 8, 84, 2016, 27720, 443520, 2162160, 6209280, 2162160, 1, 9, 120, 4158, 95040, 2972970, 34594560, 312161850 (list; table; graph; listen)
OFFSET

0,5

REFERENCES

David G. Cantor, On the analogue of the division polynomials for hyperelliptic curves, J. Reine Angew. Math. 447 (1994), 91-145.

FORMULA

T(n, k)*T(n-2, k-1)-2*T(n-1, k-1)*T(n-1, k)+T(n, k-1)*T(n-2, k)=0.

EXAMPLE

rows: 1; 1,1; 1,2,1; 1,3,4,3; 1,4,10,24,10; 1,5,20,105,160,105; ...

PROGRAM

(PARI) {T(n, k)= if(k<0|k>n, 0, prod(i=1, (k+1)\2, binomial(n+2*i-1-k%2, 4*i-1-k%2*2)))}

CROSSREFS

Sequence in context: A128314 A025564 A052265 this_sequence A015138 A100529 A124424

Adjacent sequences: A055065 A055066 A055067 this_sequence A055069 A055070 A055071

KEYWORD

nonn,tabl,easy

AUTHOR

Michael Somos

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research