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!)
A290142 Records of the maxima of the aliquot sequences of the numbers in A290141. 2
16, 21, 22, 55, 259, 759, 32571, 179931895322 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(8) was calculated by D. H. Lehmer.
LINKS
EXAMPLE
The aliquot sequence of 30 is: 30, 42, 54, 66, 78, 90, 144, 259, 45, 33, 15, 9, 4, 3, 1. The maximum is 259 which is larger than 30, and larger than the maxima of all the aliquot sequences of the numbers below 30.
MATHEMATICA
g[n_] := If[n > 0, DivisorSigma[1, n] - n, 0]; f[n_] := NestWhileList[g, n, UnsameQ, All]; rec = {}; a = -1; seq = {}; Do[b = Max[Drop[f[n], 1]];
If[b > a, a = b; AppendTo[rec, b]], {n, 2, 275}] ; rec (* after Robert G. Wilson v at A098009 *)
CROSSREFS
Sequence in context: A070573 A186462 A205098 * A165160 A180411 A050436
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Jul 21 2017
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)