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 A222312 #10 Feb 14 2014 07:50:39 %S A222312 0,2,3,5,5,7,7,10,10,11,11,14,13,15,16,19,17,20,19,22,22,23,23,27,26, %T A222312 27,29,30,29,32,31,36,34,35,36,39,37,39,40,43,41,44,43,46,47,47,47,52, %U A222312 50,52,52,54,53,57,56,59,58,59,59,63,61,63,65,69,66,68,67,70,70,72,71,76,73,75,77,78,78,80,79,84,84,83 %N A222312 a(n) = n + A001222(n) - 1. %C A222312 a(n) = n + (number of prime factors counted with multiplicity) - 1. %H A222312 Vincenzo Librandi, <a href="/A222312/b222312.txt">Table of n, a(n) for n = 1..1000</a> %p A222312 with(numtheory); [seq(n+bigomega(n)-1,n=1..100)]; %t A222312 Table[n+PrimeOmega[n]-1,{n,90}] (* _Harvey P. Dale_, Feb 01 2014 *) %Y A222312 Cf. A001222, A213980. %K A222312 nonn %O A222312 1,2 %A A222312 _N. J. A. Sloane_, Feb 16 2013