A133891 a(n) = binomial(n+p,n) mod p, where p=12.
1, 1, 7, 11, 8, 8, 0, 0, 6, 2, 2, 2, 4, 4, 4, 0, 3, 3, 9, 9, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 8, 8, 5, 9, 3, 3, 8, 8, 8, 4, 10, 10, 6, 6, 0, 0, 0, 0, 3, 3, 9, 9, 0, 0, 4, 4, 4, 8, 8, 8, 0, 0, 0, 8, 5, 5, 7, 7, 4, 0, 0, 0, 6, 6, 6, 6, 0, 0, 0, 0, 3, 7, 1, 1, 8, 8, 8, 0, 0, 0, 8, 8, 8, 4, 4, 4, 9, 9, 3, 3, 0, 0, 0, 0
Offset: 0
Keywords
Crossrefs
Programs
-
Mathematica
Table[Mod[Binomial[n+12,n],12],{n,0,110}] (* Harvey P. Dale, Oct 13 2017 *)
Formula
a(n) = binomial(n+12,12) mod 12.
Comments