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!)
A054476 Numbers not divisible by any of their digits when written in base 5. 1
13, 17, 19, 23, 53, 65, 67, 73, 77, 79, 85, 89, 94, 95, 97, 98, 103, 113, 115, 118, 119, 253, 263, 265, 269, 313, 317, 319, 323, 325, 329, 335, 337, 343, 347, 349, 353, 365, 367, 373, 377, 379, 385, 389, 394, 395, 397, 398, 425, 427, 437, 439, 443, 445, 449 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) is(n)=my(d=Set(digits(n, 5))); for(i=if(d[1], 1, 2), #d, if(n%d[i]==0, return(0))); 1 \\ Charles R Greathouse IV, Feb 23 2017
CROSSREFS
Sequence in context: A175873 A167802 A105878 * A319504 A339912 A099184
KEYWORD
base,easy,nonn
AUTHOR
Henry Bottomley, May 12 2000
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 14:39 EDT 2024. Contains 372114 sequences. (Running on oeis4.)