Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A036453

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = d(d(d(d(d(n))))), the 5th iterate of the number-of-divisors function d = A000005, with initial value n.
(history; published version)
#25 by M. F. Hasler at Sat Apr 16 21:33:01 EDT 2022
STATUS

proposed

approved

#24 by M. F. Hasler at Sat Apr 16 21:24:14 EDT 2022
STATUS

editing

proposed

Discussion
Sat Apr 16
21:33
M. F. Hasler: minor edits (only spacing and A000005 inserted in NAME)
#23 by M. F. Hasler at Sat Apr 16 21:23:36 EDT 2022
NAME

a(n) = d(d(d(d(d(n))))), the 5th iterate of the number-of-divisors function d = A000005, with initial value n.

#22 by M. F. Hasler at Sat Apr 16 21:22:40 EDT 2022
COMMENTS

The iterated d function rapidly converges to fixed point 2. In the 5th iterated d-sequence , the first term different from the fixed point 2 appears at n = 5040. The 6th and further iterated sequences have very long initial segment of 2's. In the 6th one the first non-stationary term is a(293318625600) = 3. In such sequences any large value occurs infinite many times and constructible.

Differs from A007395 for n = 1, 5040, 7920, 8400, 9360, 10080, 10800 , etc. - R. J. Mathar, Oct 20 2008

EXAMPLE

E.g., n = 96 and its successive iterates are 12, 6, 4, 3 and 2. The 5th term is a(96) = 2 is stationary (fixed).

STATUS

approved

editing

#21 by Harvey P. Dale at Fri Jun 18 16:26:47 EDT 2021
STATUS

editing

approved

#20 by Harvey P. Dale at Fri Jun 18 16:26:44 EDT 2021
MATHEMATICA

a[ n ]=Nest[ d, n, 5 ]

Table[Nest[DivisorSigma[0, #]&, n, 5], {n, 110}] (* Harvey P. Dale, Jun 18 2021 *)

EXTENSIONS

Previous Mathematica program replaced by Harvey P. Dale, Jun 18 2021

STATUS

approved

editing

#19 by Joerg Arndt at Sat May 12 12:53:32 EDT 2018
STATUS

reviewed

approved

#18 by Michel Marcus at Sat May 12 11:46:43 EDT 2018
STATUS

proposed

reviewed

#17 by Jon E. Schoenfield at Sat May 12 11:45:58 EDT 2018
STATUS

editing

proposed

#16 by Jon E. Schoenfield at Sat May 12 11:45:55 EDT 2018
NAME

a(n) = d(d(d(d(d(n))))), the 5th iterate of the number-of-divisors function with initial value of n.

COMMENTS

Differs from A007395 for n=1, 5040, 7920, 8400, 9360, 10080, 10800 etc. [From _- _R. J. Mathar_, Oct 20 2008]

EXAMPLE

E.g. , n=96 and its successive iterates are 12,6,4,3 and 2. The 5th term is a(96)=2 is stationary(fixed).

STATUS

approved

editing