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.

A178601 a(n) = s(s(n)), where s(n) = sigma(n)-n = A001065(n).

This page as a plain text file.
%I A178601 #23 May 03 2022 08:09:32
%S A178601 0,0,1,0,6,0,1,3,7,0,15,0,8,4,9,0,11,0,14,1,10,0,55,6,15,1,28,0,54,0,
%T A178601 1,9,22,1,17,0,14,1,43,0,66,0,50,15,16,0,64,7,1,11,26,0,78,1,63,1,31,
%U A178601 0,172,0,20,1,41,1,90,0,32,13,40,0,45,0,50,8,63,1,144,0,56,50,40,0,196,1,26,15,76,0,259,11,64,13,43,6,236,0
%N A178601 a(n) = s(s(n)), where s(n) = sigma(n)-n = A001065(n).
%H A178601 Antti Karttunen, <a href="/A178601/b178601.txt">Table of n, a(n) for n = 2..16384</a>
%H A178601 Carl Pomerance, <a href="https://www.semanticscholar.org/paper/THE-FIRST-FUNCTION-AND-ITS-ITERATES-Pomerance/b9ac7d56efb36ca0f44defc231c5b267b4779c97">The first function and its iterates</a>, pp. 125-138 in Connections in Discrete Mathematics, ed. S. Butler et al., Cambridge, 2018.
%H A178601 <a href="/index/Su#sums_of_divisors">Index entries for sequences related to sums of divisors</a>
%t A178601 Table[Apply[ Plus, Divisors[Apply[ Plus, Divisors[n]] - n]] - (Apply[Plus, Divisors[n]] - n), {n, 0, 100}]
%o A178601 (PARI)
%o A178601 A001065(n) = (sigma(n) - n);
%o A178601 A178601(n) = A001065(A001065(n)); \\ _Antti Karttunen_, Nov 01 2017
%Y A178601 Cf. A001065, A000203,  A051027, A072869.
%Y A178601 Cf. A206708 (fixed points, union of A000396 and A063990). - _Antti Karttunen_, Nov 01 2017
%K A178601 nonn
%O A178601 2,5
%A A178601 _Roger L. Bagula_, May 30 2010
%E A178601 Edited by _N. J. A. Sloane_, May 30 2010
%E A178601 Terms a(0) and a(1) removed and more terms added by _Antti Karttunen_, Nov 01 2017