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!)
A299351 For x=n, iterate the map x -> Product_{k is a prime dividing x} (k + 1), a(n) is the number of steps to see a repeated term for the first time. 2

%I #8 Feb 17 2018 12:00:41

%S 3,2,2,3,2,4,3,3,3,2,1,4,3,3,3,3,2,4,3,4,3,3,2,3,4,3,3,4,3,4,3,3,3,3,

%T 2,5,4,4,3,4,3,4,3,3,3,3,2,4,3,3,4,3,2,3,3,4,4,4,3,4,3,4,3,4,3,4,3,3,

%U 3,3,2,6,5,3,4,3,4,4,3,3,4,4,3,3,4,4,3

%N For x=n, iterate the map x -> Product_{k is a prime dividing x} (k + 1), a(n) is the number of steps to see a repeated term for the first time.

%C It appears that all n end in the orbit (3,4) or the fixed point 12, verified to n=10^8.

%C Let p,q,r,... be primes that increased by 1 become a power of 2 (the Mersenne primes, A000668). Then for n = p^a*q^b*r^c*..., a,b,c,...>=1 -> (p+1)*(q+1)*(r+1)... = 2^e, e>=2 -> (2+1)=3.

%C The case 3^k, k>=2 first yields 4 and then 3: -> (3+1)=4=2^2 -> (2+1)=3.

%C It appears that these are the only ones entering the orbit (3,4), all other n end in the fixed point 12.

%H Lars Blomberg, <a href="/A299351/b299351.txt">Table of n, a(n) for n = 2..10000</a>

%e For n=2: 2 -> (2+1)=3 -> (3+1)=4=2^2 -> (2+1)=3; 3 is repeated so a(2)=3.

%e For n=19: 19 -> (19+1)=20=2^2*5 -> (2+1)*(5+1)=18=2*3^2 -> (2+1)*(3+1)=12=2^2*3 -> (2+1)*(3+1)=12; 12 is repeated so a(19)=4.

%Y Cf. A299352.

%K nonn

%O 2,1

%A _Lars Blomberg_, Feb 07 2018

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 12:55 EDT 2024. Contains 371913 sequences. (Running on oeis4.)