login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A162189
Numbers k such that A001223(k) < A000005(k).
4
10, 12, 20, 26, 28, 33, 35, 36, 40, 44, 45, 48, 49, 50, 52, 54, 56, 57, 60, 63, 64, 69, 70, 72, 75, 78, 81, 84, 88, 90, 96, 98, 100, 102, 104, 105, 108, 110, 112, 116, 117, 120, 126, 130, 132, 136, 140, 142, 144, 147, 148, 152, 153, 156, 160, 165
OFFSET
1,1
MAPLE
p2:=2:for n from 1 to 200 do p1:=p2:p2:=ithprime(n+1):if(p2-p1<tau(n))then print(n); fi:od: # Nathaniel Johnston, Apr 15 2011
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Jul 04 2009
EXTENSIONS
a(30)-a(56) from Nathaniel Johnston, Apr 15 2011
STATUS
approved