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!)
A328194 Maximum length of a divisibility chain of consecutive nontrivial divisors of n (greater than 1 and less than n). 9

%I #7 Oct 30 2019 00:57:37

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

%T 1,1,0,1,1,2,0,2,0,2,1,1,0,1,1,2,1,2,0,2,1,2,1,1,0,1,0,1,1,5,1,2,0,2,

%U 1,1,0,1,0,1,2,2,1,2,0,2,3,1,0,1,1,1,1

%N Maximum length of a divisibility chain of consecutive nontrivial divisors of n (greater than 1 and less than n).

%C The nontrivial divisors of n are row n of A163870.

%e The nontrivial divisors of 272 are {2, 4, 8, 16, 17, 34, 68, 136} with divisibility chains {{2, 4, 8, 16}, {17, 34, 68, 136}}, so a(272) = 4.

%t Table[Switch[n,1,0,_?PrimeQ,0,_,Max@@Length/@Split[DeleteCases[Divisors[n],1|n],Divisible[#2,#1]&]],{n,100}]

%Y Positions of 1's are A328028 without 1.

%Y The version with all divisors allowed is A328162.

%Y Allowing n as a divisor of n gives A328195.

%Y Indices of terms greater than 1 are A328189.

%Y The maximum run-length of divisors of n is A055874(n).

%Y Cf. A000005, A033676, A060775, A163870, A328026, A328161, A328171.

%K nonn

%O 1,8

%A _Gus Wiseman_, Oct 14 2019

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 July 12 21:54 EDT 2024. Contains 374257 sequences. (Running on oeis4.)