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

%I #2 Mar 30 2012 17:31:01

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

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

%U 4,6,4,3

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

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

%Y Cf. A095137.

%K nonn

%O 1,8

%A _Robert G. Wilson v_, May 28 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 April 24 09:38 EDT 2024. Contains 371935 sequences. (Running on oeis4.)