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!)
A095136 Number of distinct prime factors of A095134(n). 0

%I #4 Jan 01 2024 18:38:18

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

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

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

%N Number of distinct prime factors of A095134(n).

%F a(n) = A001221(A095134(n)). - _Wesley Ivan Hurt_, Jan 01 2024

%t PrimeFactors[n_] := Flatten[ Table[ #[[1]], {1} ] & /@ FactorInteger[n]]; f[n_] := Product[ Prime[i], {i, 2, n, 2}] + Product[ Prime[i], {i, 1, n, 2}]; f[1] = 2; Table[ Length[ PrimeFactors[ f[n]]], {n, 80}]

%Y Cf. A001221, A095134.

%K nonn

%O 1,12

%A _Robert G. Wilson v_, May 27 2004

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 3 18:28 EDT 2024. Contains 373983 sequences. (Running on oeis4.)