Mathematica, 76 * 0.75 = 57
n=Input[];G=#~IntegerDigits~b&;If[Max@G@n<2,Print[b," ",Row@G@n]]~Do~{b,2,n}
Initially forgot about the input requirements... Fortunately, those didn't add too much extra.
n=Input[];G=#~IntegerDigits~b&;If[Max@G@n<2,Print[b," ",Row@G@n]]~Do~{b,2,n}
Initially forgot about the input requirements... Fortunately, those didn't add too much extra.