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.

A134688 Successive digits of the terms of A000203, the sum-of-divisors function.

This page as a plain text file.
%I A134688 #30 Apr 06 2018 22:33:26
%S A134688 1,3,4,7,6,1,2,8,1,5,1,3,1,8,1,2,2,8,1,4,2,4,2,4,3,1,1,8,3,9,2,0,4,2,
%T A134688 3,2,3,6,2,4,6,0,3,1,4,2,4,0,5,6,3,0,7,2,3,2,6,3,4,8,5,4,4,8,9,1,3,8,
%U A134688 6,0,5,6,9,0,4,2,9,6
%N A134688 Successive digits of the terms of A000203, the sum-of-divisors function.
%H A134688 Robert Israel, <a href="/A134688/b134688.txt">Table of n, a(n) for n = 1..10000</a>
%H A134688 Paul Pollack, Joseph Vandehey, <a href="http://arxiv.org/abs/1405.6266">Besicovitch, Bisection, and the normality of 0.(1)(4)(9)(16)(25)...</a>, arXiv:1405.6266 [math.NT], 2014.
%H A134688 Paul Pollack, Joseph Vandehey, <a href="http://www.jstor.org/stable/10.4169/amer.math.monthly.122.8.757">Besicovitch, Bisection, and the Normality of 0.(1)(4)(9)(16)(25)...</a>, The American Mathematical Monthly 122.8 (2015): 757-765.
%H A134688 Paul Pollack, Joseph Vandehey, <a href="http://arxiv.org/abs/1309.7386">Some normal numbers generated by arithmetic functions</a>, arXiv:1309.7386 [math.NT], 2013.
%p A134688 map(t -> op(ListTools[Reverse](convert(numtheory:-sigma(t),base,10))), [$1..100]); # _Robert Israel_, Nov 27 2015
%t A134688 Flatten@ Map[IntegerDigits, Array[DivisorSigma[1, #] &, {42}]] (* _Michael De Vlieger_, Nov 28 2015 *)
%t A134688 Flatten[IntegerDigits/@DivisorSigma[1,Range[60]]] (* _Harvey P. Dale_, Apr 06 2018 *)
%Y A134688 Cf. A000203, A077650.
%K A134688 base,easy,nonn
%O A134688 1,2
%A A134688 _Omar E. Pol_, Nov 06 2007