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!)
A061394 Number of distinct prime factors of n-th least prime signature (A025487); also a(n)-th prime is largest prime factor of n-th least prime signature; also a(n)-th primorial number is largest primorial factor of n-th least product of primorial numbers. 12

%I #19 Nov 07 2014 12:00:57

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

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

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

%N Number of distinct prime factors of n-th least prime signature (A025487); also a(n)-th prime is largest prime factor of n-th least prime signature; also a(n)-th primorial number is largest primorial factor of n-th least product of primorial numbers.

%C A002110(a(n)) = A247451(n). - _Reinhard Zumkeller_, Sep 17 2014

%C Number of parts of the associated prime signature. - _Álvar Ibeas_, Nov 01 2014

%H Reinhard Zumkeller, <a href="/A061394/b061394.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n) = A061395(A025487(n)) = A001221(A025487(n)) = A051903(A181822(n)).

%F A000040(a(n)) = A006530(A025487(n)).

%o (Haskell)

%o import Data.List (elemIndex); import Data.Maybe (fromJust)

%o a061394 = fromJust . (`elemIndex` a002110_list) . a247451

%o -- _Reinhard Zumkeller_, Sep 17 2014

%o (PARI) isA025487(n)=my(k=valuation(n, 2), t); n>>=k; forprime(p=3, default(primelimit), t=valuation(n, p); if(t>k, return(0), k=t); if(k, n/=p^k, return(n==1)))

%o [omega(n) | n <- [1..1000], isA025487(n)]

%o \\ Or, for older versions:

%o apply(omega, select(isA025487, [1..1000])) \\ _Charles R Greathouse IV_, Nov 07 2014

%Y Cf. A002110, A247451, A006530, A061395, A025487, A000040, A051903. A001221 by prime signature.

%K nonn

%O 1,4

%A _Henry Bottomley_, Apr 30 2001

%E Offset updated by _Matthew Vandermast_, Nov 08 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)