OFFSET
0,7
COMMENTS
Generating floretion is "jesright".
Pisano period lengths: 1, 7, 13, 14, 24, 91, 48, 28, 39, 168, 120, 182, 183, 336, 312, 56, 288, 273, 180, 168,.. (which differs from A104217 for example at index 23). - R. J. Mathar, Aug 10 2012
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..10000
Paul Barry, Centered polygon numbers, heptagons and nonagons, and the Robbins numbers, arXiv:2104.01644 [math.CO], 2021.
Index entries for linear recurrences with constant coefficients, signature (-1,0,1).
FORMULA
MATHEMATICA
LinearRecurrence[{-1, 0, 1}, {0, -1, 1}, 61] (* or *)
CoefficientList[Series[-x/(1 + x - x^3), {x, 0, 60}], x] (* Michael De Vlieger, Jul 02 2021 *)
PROG
(PARI) a(n)=([0, 1, 0; 0, 0, 1; 1, 0, -1]^n*[0; -1; 1])[1, 1] \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
KEYWORD
sign,easy,less
AUTHOR
Creighton Dement, Mar 24 2005
EXTENSIONS
Edited by Ralf Stephan, Apr 05 2009
STATUS
approved