cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A133888 Binomial(n+8,n) mod 8.

This page as a plain text file.
%I A133888 #10 Apr 16 2023 22:12:47
%S A133888 1,1,5,5,7,7,3,3,6,6,6,6,2,2,2,2,7,7,3,3,1,1,5,5,4,4,4,4,4,4,4,4,5,5,
%T A133888 1,1,3,3,7,7,2,2,2,2,6,6,6,6,3,3,7,7,5,5,1,1,0,0,0,0,0,0,0,0,1,1,5,5,
%U A133888 7,7,3,3,6,6,6,6,2,2,2,2,7,7,3,3,1,1,5,5,4,4,4,4,4,4,4,4,5,5,1,1,3,3,7,7,2
%N A133888 Binomial(n+8,n) mod 8.
%C A133888 Periodic with length 8^2=64.
%H A133888 <a href="/index/Rec#order_57">Index entries for linear recurrences with constant coefficients</a>, signature (1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, -1, 1).
%F A133888 a(n)=binomial(n+8,8) mod 8.
%t A133888 Table[Mod[Binomial[n+8,n],8],{n,0,110}] (* _Harvey P. Dale_, Aug 08 2011 *)
%Y A133888 Cf. A000040, A133620-A133625, A133630, A038509, A133634-A133636.
%Y A133888 Cf. A133878, A133880, A133890, A133900, A133910.
%K A133888 nonn
%O A133888 0,3
%A A133888 _Hieronymus Fischer_, Oct 10 2007