Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A107913 Numbers k that require three iterations of the sigma function to be >= 2*k. 4
9, 13, 25, 37, 43, 49, 61, 67, 73, 97, 109, 121, 151, 157, 163, 169, 181, 193, 211, 225, 229, 241, 277, 283, 289, 313, 331, 337, 361, 373, 397, 409, 421, 433, 457, 487, 523, 529, 541, 547, 577, 601, 613, 625, 631, 661, 673, 691, 709, 729, 733, 751, 757, 787 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
EXAMPLE
sigma(sigma(9)) = 14 but sigma(sigma(sigma(9))) = 24, so 9 is in the sequence.
MATHEMATICA
is3Q[n_]:=Boole[#>=2n&/@NestList[DivisorSigma[1, #]&, n, 3]]=={0, 0, 0, 1}; Select[Range[ 800], is3Q] (* Harvey P. Dale, Jul 09 2023 *)
PROG
(PARI) is(n) = {my(m = n, nn = 2*n, c = 0); while(m < nn, m = sigma(m); c++); c == 3; } \\ Amiram Eldar, Mar 18 2024
CROSSREFS
Sequence in context: A338220 A242919 A097539 * A175532 A098074 A366997
KEYWORD
nonn
AUTHOR
Jud McCranie, May 27 2005
EXTENSIONS
Offset 1 by Michel Marcus, Apr 25 2020
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 August 18 20:50 EDT 2024. Contains 375284 sequences. (Running on oeis4.)