OFFSET
1,1
COMMENTS
Numbers whose base 4 representation ends in 3,2 followed by some number of zeros and includes at least one other 3,2. This means that, in spite of the initial terms, asymptotically most members of A055039 are not in A044075. In fact, A055039 has density 1/12, while A044075 has density zero. - Franklin T. Adams-Watters, Dec 04 2006
LINKS
R. J. Mathar, Table of n, a(n) for n=1..3449
PROG
(PARI) { hex14(n)=local(m); m=n; while(m, if(m%16==14, return(1)); m\=16); 0 }
for(n=1, 10^4, k=n; while(k%4==0, k\=4); if(k%16!=14, next); if(hex14(k-14)||hex14((k-14)\4), print1(n, ", ")) ) \\ Max Alekseyev, Dec 04 2006
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Dec 04 2006
EXTENSIONS
More terms from Max Alekseyev and Klaus Brockhaus, Dec 04 2006
STATUS
approved