login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036452 d(d(d(d(n)))), the 4th iterate of number-of-divisors function with initial value of n. 8
1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The iterated d function rapidly converges to fixed point 2. For k=4 the first n for which a(n)>2 is 60.

LINKS

Enrique Pérez Herrero, Table of n, a(n) for n = 1..2000

FORMULA

a(n) = d(d(d(d(n)))).

EXAMPLE

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

MATHEMATICA

f[n_]:=DivisorSigma[0, n]; Table[Nest[f, n, 4], {n, 100}] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 10 2010]

CROSSREFS

Cf. A000005, A010553, A036450, A036453.

Sequence in context: A040000 A055642 A138902 * A102572 A098391 A071702

Adjacent sequences:  A036449 A036450 A036451 * A036453 A036454 A036455

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.