OFFSET
1,1
COMMENTS
Sequence extended to a(1) using the formula/recurrence (actual count for the 3-prism is 0, which reproduces A301775).
LINKS
Eric Weisstein's World of Mathematics, Chordless Cycle
Eric Weisstein's World of Mathematics, Prism Graph
Index entries for linear recurrences with constant coefficients, signature (2, 1, 2, -1).
FORMULA
MATHEMATICA
Table[LucasL[2 n + 1] + 2 Cos[(2 n + 1) Pi/3], {n, 20}]
LinearRecurrence[{2, 1, 2, -1}, {2, 12, 30, 74}, 20]
CoefficientList[Series[-2 (-1 - 4 x - 2 x^2 + x^3)/(1 - 2 x - x^2 - 2 x^3 + x^4), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Mar 26 2018
STATUS
approved