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!)
A256868 Numbers divisible by prime(d+1) for each digit d of their base-8 representation. 2
0, 9, 33, 57, 72, 130, 210, 264, 456, 570, 576, 585, 660, 969, 1040, 1050, 1170, 1365, 1540, 1680, 1995, 2112, 2145, 2508, 2600, 2730, 2860, 2925, 3366, 3648, 3705, 4047, 4104, 4170, 4356, 4488, 4560, 4608, 4620, 4680, 4683, 4809, 4998, 5130, 5250, 5265, 5280, 6825, 7752, 8210, 8320, 8400, 8850, 9240, 9350, 9360, 9555 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The base-8 variant of A256882 - A256884, A256866 - A256870 in bases 2, ..., 10.
A variant of A256878 where digits 0 are forbidden and divisibility by prime(d) is required.
LINKS
MATHEMATICA
Select[Range[0, 10000], And@@Divisible[#, Prime[IntegerDigits[#, 8]+1]]&] (* Harvey P. Dale, May 06 2015 *)
PROG
is(n, b=8)=!for(i=1, #d=Set(digits(n, b)), n%prime(d[i]+1)&&return)
CROSSREFS
Sequence in context: A065064 A337234 A075812 * A146262 A161430 A175369
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Apr 11 2015
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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)