[go: up one dir, main page]

login
A033036
Numbers all of whose base 11 digits are odd.
3
1, 3, 5, 7, 9, 12, 14, 16, 18, 20, 34, 36, 38, 40, 42, 56, 58, 60, 62, 64, 78, 80, 82, 84, 86, 100, 102, 104, 106, 108, 133, 135, 137, 139, 141, 155, 157, 159, 161, 163, 177, 179, 181, 183, 185, 199, 201, 203, 205, 207, 221, 223, 225, 227, 229, 375, 377, 379
OFFSET
1,2
PROG
(PARI) {for(ixp=1, 380, casi = ixp; apv=1;
while(casi != 0,
cvd = casi%11; casi = (casi - cvd) / 11;
if(cvd%2==0, apv=0; break()));
if(apv==1, print1(ixp, ", ")))} \\ Douglas Latimer, May 17 2012
CROSSREFS
Sequence in context: A246405 A190328 A248106 * A198082 A082767 A047932
KEYWORD
nonn,base
EXTENSIONS
More terms from Douglas Latimer, May 17 2012
STATUS
approved