OFFSET
0,2
LINKS
FORMULA
G.f.: 1 + -2*x*(1+2*x+4*x^2) / ( (x-1)*(1+x+x^2) ). - R. J. Mathar, Jun 18 2019
MATHEMATICA
PowerMod[2, Range[0, 100], 14] (* Harvey P. Dale, Jul 25 2011 *)
PROG
(Sage) [power_mod(2, n, 14)for n in range(0, 100)] #
(PARI) a(n)=lift(Mod(2, 14)^n) \\ Charles R Greathouse IV, Mar 22 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Zerinvary Lajos, Nov 03 2009
STATUS
approved