OFFSET
1,2
LINKS
D. Kohel, S. Ling and C. Xing, Explicit Sequence Expansions, in Sequences and their Applications, C. Ding, T. Helleseth, and H. Niederreiter, eds., Proceedings of SETA'98 (Singapore, 1998), 308-317, 1999.
FORMULA
a(n) = ((-1)^(n+1)*A000108(n-1)) mod 3 - Christian G. Bower, Jun 12 2005
PROG
(PARI) C(n) = binomial(2*n, n)/(n+1);
a(n) = ((-1)^(n+1)*C(n-1)) % 3; \\ Michel Marcus, Jul 09 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Christian G. Bower, Jun 12 2005
STATUS
approved