OFFSET
2,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
P. K. Stockmeyer, The charm bracelet problem and its applications, pp. 339-349 of Graphs and Combinatorics (Washington, Jun 1973), Ed. by R. A. Bari and F. Harary. Lect. Notes Math., Vol. 406. Springer-Verlag, 1974.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 2..1000
S. J. Cyvin, J. Brunvoll, E. Brendsdal, B. N. Cyvin and E. K. Lloyd, Enumeration of polyene hydrocarbons: a complete mathematical solution, J. Chem. Inf. Comput. Sci., 35 (1995) 743-751.
S. J. Cyvin, J. Brunvoll, E. Brendsdal, B. N. Cyvin and E. K. Lloyd, Enumeration of polyene hydrocarbons: a complete mathematical solution, J. Chem. Inf. Comput. Sci., 35 (1995) 743-751. [Annotated scanned copy]
P. J. Stockmeyer, The charm bracelet problem and its applications, pp. 339-349 of Graphs and Combinatorics (Washington, Jun 1973), Ed. by R. A. Bari and F. Harary. Lect. Notes Math., Vol. 406. Springer-Verlag, 1974. [Scanned annotated and corrected copy]
FORMULA
Stockmeyer gives a g.f.
G.f.: (4*(1-x-x^2)-(1-2*x)(1-4*x)^(1/2)-3(1-4*x^2)^(1/2))/(8*x^2). - Emeric Deutsch, Dec 19 2004
a(n) ~ 2^(2*n-1) / (sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Mar 06 2014
MAPLE
G:=(4*(1-x-x^2)-(1-2*x)*(1-4*x)^(1/2)-3*(1-4*x^2)^(1/2))/8/x^2: Gser:=series(G, x=0, 35): seq(coeff(Gser, x^n), n=2..28); # Emeric Deutsch, Dec 19 2004
MATHEMATICA
g:=(4*(1-x-x^2)-(1-2*x)*(1-4*x)^(1/2)-3*(1-4*x^2)^(1/2))/8/x^2; gser := Series[g, {x, 0, 26}]; Drop[ CoefficientList[gser, x], 2] (* Jean-François Alcover, Apr 06 2012, after Emeric Deutsch *)
Drop[CoefficientList[Series[(4(1-x-x^2)- (1-2x)Sqrt[1-4x]- 3Sqrt[1- 4x^2])/(8x^2), {x, 0, 30}], x], 2] (* Harvey P. Dale, Apr 07 2013 *)
CROSSREFS
KEYWORD
nonn,easy,nice
AUTHOR
N. J. A. Sloane, E. K. Lloyd (E.K.Lloyd(AT)soton.ac.uk)
EXTENSIONS
More terms from Emeric Deutsch, Dec 19 2004
STATUS
approved