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.

A010880 a(n) = n mod 11.

This page as a plain text file.
%I A010880 #32 Jul 08 2025 01:47:21
%S A010880 0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,
%T A010880 0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,
%U A010880 0,1,2,3,4,5,6,7,8,9,10,0
%N A010880 a(n) = n mod 11.
%H A010880 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,0,0,0,1).
%F A010880 From _Hieronymus Fischer_, Sep 30 2007: (Start)
%F A010880 a(n) = (1/11)*(1-r^n)*sum{1<=k<11, k*product{1<=m<11,m<>k, (1-r^(n-m))}} where r=exp(2*Pi/11*i) and i=sqrt(-1).
%F A010880 a(n) = (1024/11)^2*(sin(n*Pi/11))^2*sum{1<=k<11, k*product{1<=m<11,m<>k, (sin((n-m)*Pi/11))^2}}.
%F A010880 G.f.: (sum{1<=k<11, k*x^k})/(1-x^11).
%F A010880 G.f.: x*(10*x^11-11*x^10+1)/((1-x^11)*(1-x)^2). (End)
%t A010880 PadRight[{},80,Range[0,10]] (* _Harvey P. Dale_, Nov 13 2012 *)
%o A010880 (Sage) [power_mod(n,11,11) for n in range(0, 78)] # _Zerinvary Lajos_, Nov 07 2009
%o A010880 (PARI) a(n)=n%11 \\ _Charles R Greathouse IV_, Oct 07 2015
%Y A010880 Partial sums: A130489. Other related sequences A130481, A130482, A130483, A130484, A130485, A130486, A130487, A130488.
%K A010880 nonn,easy
%O A010880 0,3
%A A010880 _N. J. A. Sloane_
%E A010880 More terms from Correction. Typo at the sum formula for the g.f.: the summation index should not read "1<=k<10" but "1<=k<11" (see corrected formula).