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!)
A144494 a(n) = 0 if n is prime, otherwise A001222(n). 9
0, 0, 0, 2, 0, 2, 0, 3, 2, 2, 0, 3, 0, 2, 2, 4, 0, 3, 0, 3, 2, 2, 0, 4, 2, 2, 3, 3, 0, 3, 0, 5, 2, 2, 2, 4, 0, 2, 2, 4, 0, 3, 0, 3, 3, 2, 0, 5, 2, 3, 2, 3, 0, 4, 2, 4, 2, 2, 0, 4, 0, 2, 3, 6, 2, 3, 0, 3, 2, 3, 0, 5, 0, 2, 3, 3, 2, 3, 0, 5, 4, 2, 0, 4, 2, 2, 2, 4, 0, 4, 2, 3, 2, 2, 2, 6, 0, 3, 3, 4, 0, 3, 0, 4, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MAPLE
with(numtheory); f:=n->if isprime(n) then 0 else bigomega(n); fi;
MATHEMATICA
Table[If[PrimeQ[n], 0, PrimeOmega[n]], {n, 1, 100}] (* G. C. Greubel, Apr 25 2017 *)
CROSSREFS
Sequence in context: A153585 A169611 A242460 * A136166 A259525 A319071
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 12 2008
STATUS
approved

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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)