cp's OEIS Frontend

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.

A092604 Complement of A013939.

This page as a plain text file.
%I A092604 #15 Sep 03 2020 17:25:51
%S A092604 5,10,13,16,18,22,25,27,29,32,35,38,41,42,46,48,50,52,55,57,59,62,63,
%T A092604 66,68,70,73,76,78,80,83,85,87,89,91,94,95,98,100,103,105,106,109,111,
%U A092604 113,114,117,120,122,124,126,128,129,132,135,138,139,141,143,145,147,150
%N A092604 Complement of A013939.
%H A092604 Georg Fischer, <a href="/A092604/b092604.txt">Table of n, a(n) for n = 1..14301</a> [first 3148 terms from _G. C. Greubel_]
%e A092604 a(6)=13 because 22 is the 6th smallest number that does not occur in A013939.
%t A092604 f[n_] := Sum[ Length[ FactorInteger[i]], {i, n}]; Complement[ Range[133], Table[ f[n] -1, {n, 70}]] (* _Robert G. Wilson v_, Apr 13 2004 *)
%o A092604 (PARI) s=0;for(n=1,90,a=omega(n);for(j=1,a-1,print1(s,",");s++);s++) \\ _Klaus Brockhaus_, Apr 12 2004
%Y A092604 Cf. A013939, A001221.
%K A092604 nonn,easy
%O A092604 1,1
%A A092604 Ali A. Tanara (tanara(AT)khayam.ut.ac.ir), Apr 10 2004
%E A092604 More terms from _Klaus Brockhaus_, Apr 12 2004