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!)
A036458 For all n, if d is recursively applied to a(n) exactly 6 times then the fixed point of d-iteration is just reached. 2
5040, 7920, 8400, 9360, 10080, 10800, 11088, 11340, 11760, 12240, 12600, 12960, 13104, 13200, 13680, 13860, 15600, 15840, 16200, 16380, 16560, 16800, 17136, 17640, 17820, 18000, 18144, 18720, 18900, 19152, 19440, 19800, 20160, 20400, 20592, 20880, 21060, 21168 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Observe that the values giving stationary value in 6 steps are rather large.
"d" in the definition refers to the number of divisors of n. - Harvey P. Dale, Mar 06 2015
LINKS
FORMULA
A036459(a(n)) = 6. - Ivan Neretin, Jan 25 2016
EXAMPLE
a(1)=5040 and the nested d functions are 60,12,6,4,3 and the 6th is 2. a(5)=10080 and iterating d with 10080 initial value, after 6 iterations the convergence takes place through 72,12,6,4,3 transients, i.e., 2 is reached on the 6th step.
MATHEMATICA
draQ[n_]:=Length[FixedPointList[DivisorSigma[0, #]&, n, 7]]==8; Select[ Range[ 21000], draQ] (* Harvey P. Dale, Mar 06 2015 *)
PROG
(PARI) is(n)=for(i=1, 5, n=numdiv(n); if(n<3, return(0))); numdiv(n)==2 \\ Charles R Greathouse IV, Sep 17 2015
CROSSREFS
Sequence in context: A269125 A111030 A068378 * A190107 A090393 A147632
KEYWORD
nonn
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 August 18 20:50 EDT 2024. Contains 375284 sequences. (Running on oeis4.)