OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (0, 0, 12, 0, 0, 1).
FORMULA
Empirical g.f.: x*(1+2*x+7*x^2-3*x^3+x^4)/(1-12*x^3-x^6). - Colin Barker, Jan 04 2012
MATHEMATICA
t = Join[{0}, Flatten[ Table[{1, 2, 3}, {12}]]]; Rest[ Table[ Numerator[ FromContinuedFraction[ Take[t, n]]], {n, 31}]] (* Robert G. Wilson v, Feb 12 2005 *)
Numerator[Convergents [(Sqrt[37]-4)/3, 30]] (* Vincenzo Librandi, Feb 01 2014 *)
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
Gary W. Adamson, May 27 2003
EXTENSIONS
Edited by Don Reble, Nov 04 2005
Prepended a(0)=0 from Vincenzo Librandi, Feb 01 2014
STATUS
approved