login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075661 Let f(n) = lcd(n)-lpf(n), where lcd(n) is the largest common difference between consecutive divisors of n (ordered by size) and lpf(n) is the largest prime factor of n. Sequence gives number of iterations for f(n) to reach 0 or -1. 2

%I #18 Aug 08 2020 14:36:31

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

%T 3,3,1,1,2,3,1,2,1,2,4,1,1,3,4,3,2,2,1,4,3,3,2,1,1,4,1,1,4,3,3,2,1,2,

%U 2,3,1,3,1,1,5,2,4,2,1,4,3,1,1,4,3,1,2,3,1,4,4,2,2,1,3,5,1,3,4,5

%N Let f(n) = lcd(n)-lpf(n), where lcd(n) is the largest common difference between consecutive divisors of n (ordered by size) and lpf(n) is the largest prime factor of n. Sequence gives number of iterations for f(n) to reach 0 or -1.

%H Michael De Vlieger, <a href="/A075661/b075661.txt">Table of n, a(n) for n = 1..10000</a>

%H Jason Earls, <a href="https://www.semanticscholar.org/paper/Smarandache-iterations-of-the-first-kind-on-and-Earls/3685dfcee58bf0d2e15a15198e4005ecbadc0c8a">Smarandache iterations of the first kind on functions involving divisors and prime factors</a>, in Smarandache Notions Journal (2004), Vol. 14.1, pp 259-264.

%e a(24)=3 because 24 -> 9 -> 3 -> -1.

%t Array[-1 + Length@ NestWhileList[Function[n, Max@ Differences@ # - SelectFirst[Reverse@ #, PrimeQ] &@ Divisors[n]], #, # > 0 &] &, 100] (* _Michael De Vlieger_, Mar 28 2018 *)

%Y Cf. A074348.

%K nonn

%O 1,8

%A _Jason Earls_, Sep 23 2002

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 December 3 19:10 EST 2023. Contains 367540 sequences. (Running on oeis4.)