OFFSET
0,5
COMMENTS
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Phil Hanlon, Counting interval graphs, Trans. Amer. Math. Soc. 272 (1982), no. 2, 383-426.
FORMULA
MAPLE
G:=((1+2*z-z^2)/sqrt(1-2*z^2-3*z^4)-1)/(2*z): Gser:=series(G, z=0, 40): 1, seq(coeff(Gser, z^n), n=1..38);
MATHEMATICA
CoefficientList[Series[((1 + 2*z - z^2)/Sqrt[1 - 2*z^2 - 3*z^4] - 1)/(2*z), {z, 0, 50}], z] (* G. C. Greubel, Mar 02 2017 *)
PROG
(PARI) x='x +O('x^50); Vec(((1+2*x-x^2)/sqrt(1-2*x^2-3*x^4)-1)/(2*x)) \\ G. C. Greubel, Mar 02 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by Emeric Deutsch, Nov 21 2003
STATUS
approved