OFFSET
0,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..500
Jean-François Alcover, Mathematica program
William G. Brown, Enumeration of Triangulations of the Disk, Proc. Lond. Math. Soc. s3-14 (1964) 746-768.
William G. Brown, Enumeration of Triangulations of the Disk, Proc. Lond. Math. Soc. s3-14 (1964) 746-768. [Annotated scanned copy]
MAPLE
A005498 := proc(n)
BrownG(2, n) ;
end proc: # take BrownG from A210696
seq(A005498(n), n=0..25) ; # R. J. Mathar, Mar 30 2012
MATHEMATICA
(* See links *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from R. J. Mathar, Mar 30 2012
a(25) onwards from Andrew Howroyd, Nov 23 2024
STATUS
approved