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!)
A023721 Numbers with no 0's in their base-5 expansion. 5
1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 21, 22, 23, 24, 31, 32, 33, 34, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 71, 72, 73, 74, 81, 82, 83, 84, 86, 87, 88, 89, 91, 92, 93 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
seq(`if`(numboccur(0, convert(n, base, 5))=0, n, NULL), n=1..127); # Nathaniel Johnston, Jun 27 2011
MATHEMATICA
Select[ Range[ 120 ], (Count[ IntegerDigits[ #, 5 ], 0 ]==0)& ]
PROG
(PARI) is(n)=while(n, if(n%5==0, return(0)); n\=5); 1 \\ Charles R Greathouse IV, Feb 12 2017
CROSSREFS
Sequence in context: A047201 A225496 A261189 * A087066 A120518 A101888
KEYWORD
nonn,base,easy
AUTHOR
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 17 20:11 EDT 2024. Contains 371767 sequences. (Running on oeis4.)