A203777 Aliquot sequence starting at 220.
220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284, 220, 284
Offset: 0
Examples
a(0) = 220, a(1) = sigma(220) - 220 = 284.
References
- Wacław Sierpiński, Czym sie zajmuje teoria liczb. Warsaw: PW "Wiedza Powszechna", 1957, p. 138.
Links
- J. Perrott, Sur une proposition empirique énoncée au Bulletin, Bulletin de la S. M. F., tome 17 (1889), pp. 155-156.
- Wikipedia, Aliquot sequence.
- Index entries for linear recurrences with constant coefficients, signature (0,1).
Programs
-
Mathematica
RecurrenceTable[{a[n] == DivisorSigma[1, a[n - 1]] - a[n - 1], a[0] == 220}, a, {n, 51}]
Formula
a(2*n) = 220, a(2*n+1) = 284.
a(n+1) = A001065(a(n)). - R. J. Mathar, Oct 11 2017
Comments