Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Feb 03 2014 12:11:11
%S 1,2,3,4,5,6,7,8,9,10,11,144,146,147,148,149,150,151,152,153,154,155,
%T 288,289,291,292,293,294,295,296,297,298,299,432,433,434,436,437,438,
%U 439,440,441,442,443,576,577,578,579,581,582
%N a(n)=s(n)/13, where s=A033010.
%o (PARI) is_A043316(n)=(n=[n])&&!until(!n[1],((n=divrem(n[1],144))[2]<12 && n[1]%12!=n[2])||return) \\ _M. F. Hasler_, Feb 03 2014
%Y Cf. A043307 - A043320, A043291, A033001 - A033014, A033016 - A033029.
%K nonn,base
%O 1,2
%A _Clark Kimberling_