A067637 Row 2 of table in A067640.
8, 174, 2992, 47820, 742296, 11376554, 173401952
Offset: 0
Keywords
Links
- J. L. Jacobsen and P. Zinn-Justin, A Transfer Matrix approach to the Enumeration of Knots
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
seq((2*n+2)!*(2*n+4)!/(n!*((n+2)!)^2*(n+3)!),n=0..30); # James Sellers, Feb 11 2002; adapted to offset 0 by Georg Fischer, May 29 2021
RecurrenceTable[{n*(n+2)*(n+3)*a[n] - 4*(n+1)*(2*n+1)*(2*n+3)*a[n-1] == 0, a[0]==2},a,{n,0,16}] (* Georg Fischer, May 29 2021 *)
Comments