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.

A105853 a(n) = sigma(n) (mod 10), i.e., unit's digit of sigma(n).

This page as a plain text file.
%I A105853 #18 May 20 2019 10:28:45
%S A105853 1,3,4,7,6,2,8,5,3,8,2,8,4,4,4,1,8,9,0,2,2,6,4,0,1,2,0,6,0,2,2,3,8,4,
%T A105853 8,1,8,0,6,0,2,6,4,4,8,2,8,4,7,3,2,8,4,0,2,0,0,0,0,8,2,6,4,7,4,4,8,6,
%U A105853 6,4,2,5,4,4,4,0,6,8,0,6,1,6,4,4,8,2,0,0,0,4,2,8,8,4,0,2,8,1,6,7,2,6,4,0,2
%N A105853 a(n) = sigma(n) (mod 10), i.e., unit's digit of sigma(n).
%H A105853 Antti Karttunen, <a href="/A105853/b105853.txt">Table of n, a(n) for n = 1..20000</a>
%F A105853 a(n) = A010879(A000203(n)). - _Michel Marcus_, Jul 26 2017
%p A105853 A105853:=n->(numtheory)[sigma](n) mod 10: seq(A105853(n), n=1..180); # _Wesley Ivan Hurt_, Nov 07 2017
%t A105853 Mod[DivisorSigma[1,Range[110]],10] (* _Harvey P. Dale_, May 20 2019 *)
%o A105853 (PARI) a(n)=sigma(n)%10
%Y A105853 Cf. A000203, A010879.
%Y A105853 Sequences sigma(n) mod k: A053866 (k=2), A074941 (k=3), A105824 (k=4), A105825 (k=5), A084301 (k=6), A105826 (k=7), A105827 (k=8), A105852 (k=9), A105853 (k=10).
%K A105853 easy,nonn,base
%O A105853 1,2
%A A105853 _Shyam Sunder Gupta_, May 05 2005