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!)
A137795 Smallest positive m such that m*n is free of prime gaps in canonical factorization. 4

%I #11 Feb 26 2024 04:47:09

%S 1,1,1,1,1,1,1,1,1,3,1,1,1,15,1,1,1,1,1,3,5,105,1,1,1,1155,1,15,1,1,1,

%T 1,35,15015,1,1,1,255255,385,3,1,5,1,105,1,4849845,1,1,1,3,5005,1155,

%U 1,1,7,15,85085,111546435,1,1,1,3234846615,5,1,77,35,1,15015,1616615,3,1,1

%N Smallest positive m such that m*n is free of prime gaps in canonical factorization.

%H Antti Karttunen, <a href="/A137795/b137795.txt">Table of n, a(n) for n = 1..4096</a>

%H <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a>

%F A073490(n*a(n)) = 0; A137794(n*a(n)) = 1.

%F For m < a(n), A073490(n*m) > 0 and A137794(n*m) = 0.

%F a(A073491(n)) = 1; a(A073492(n)) > 1.

%F a(n) = A083720(n) / A034386(A020639(n)-1). - _Peter Munn_, Feb 24 2024

%e n=42: A073490(42) = A073490([2*3]*[7]) = 1,

%e the gap is filled by a(42) = 5: A073490(42*5) = 0.

%o (PARI) A137795(n) = if(1==n,1, my(f = factor(n), p = f[1, 1], gpf = f[#f~, 1], m = 1); while(p<gpf, if((n%p),m*=p); p = nextprime(1+p)); (m)); \\ _Antti Karttunen_, Sep 06 2018

%Y Cf. A020639, A034386, A073490, A073491, A073492, A083720, A137794.

%K nonn

%O 1,10

%A _Reinhard Zumkeller_, Feb 11 2008

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 05:59 EDT 2024. Contains 371906 sequences. (Running on oeis4.)