login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203777 Aliquot sequence starting at 220. 1
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
A period 2 sequence.
The sum of the proper divisors of 220 is 284 and the sum of the proper divisors of 284 is 220.
Sierpiński's book has typos for n = 1 and 3 (280 instead of 284).
Also continued fraction expansion of (7810+sqrt(61000005))/71. - Bruno Berselli, Jan 18 2012
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.
FORMULA
a(2*n) = 220, a(2*n+1) = 284.
a(n+1) = A001065(a(n)). - R. J. Mathar, Oct 11 2017
EXAMPLE
a(0) = 220, a(1) = sigma(220) - 220 = 284.
MATHEMATICA
RecurrenceTable[{a[n] == DivisorSigma[1, a[n - 1]] - a[n - 1], a[0] == 220}, a, {n, 51}]
CROSSREFS
Sequence in context: A371808 A371806 A217160 * A274116 A121507 A255215
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)