This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A144494 #6 Apr 26 2017 02:49:12 %S A144494 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, %T A144494 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, %U A144494 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 %N A144494 a(n) = 0 if n is prime, otherwise A001222(n). %H A144494 G. C. Greubel, <a href="/A144494/b144494.txt">Table of n, a(n) for n = 1..5000</a> %p A144494 with(numtheory); f:=n->if isprime(n) then 0 else bigomega(n); fi; %t A144494 Table[If[PrimeQ[n], 0, PrimeOmega[n]], {n,1,100}] (* _G. C. Greubel_, Apr 25 2017 *) %Y A144494 Cf. A001221, A001222, A087624, A055636. %K A144494 nonn %O A144494 1,4 %A A144494 _N. J. A. Sloane_, Dec 12 2008