login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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
AUTHOR
EXTENSIONS
More terms from Douglas Latimer, May 17 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 00:08 EDT 2024. Contains 372097 sequences. (Running on oeis4.)