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!)
A256866 Numbers divisible by prime(d+1) for each digit d of their base-6 representation. 6
0, 6, 21, 36, 42, 126, 216, 222, 252, 258, 273, 300, 480, 510, 525, 560, 693, 735, 756, 770, 777, 880, 924, 1001, 1012, 1296, 1302, 1320, 1326, 1332, 1338, 1380, 1482, 1512, 1518, 1548, 1554, 1560, 1590, 1638, 1716, 1740, 1770, 1785, 1800, 1995, 2058, 2079, 2310, 2418 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The base-6 variant of A256882 - A256884, A256866 - A256870 in bases 2, ..., 10.
A variant of A256876 where digits 0 are forbidden and divisibility by prime(d) is required.
LINKS
EXAMPLE
0 is divisible by prime(0+1)=2.
6 = 10_6 in base 6, and is divisible by prime(1+1)=3 and by prime(0+1)=2.
21 = 33_6, and is divisible by prime(3+1)=7.
n = 1, 2, 3, 4, 5 are not divisible by prime(n+1) = 3, 5, 7, 11, 13, respectively. 7=11_6, 8=12_6, 10=13_6, ... are not divisible by prime(1+1)=3; 9=12_7 is not divisible by prime(2+1)=5, etc.
PROG
(PARI) is(n, b=6)=!for(i=1, #d=Set(digits(n, b)), n%prime(d[i]+1)&&return)
CROSSREFS
Sequence in context: A106634 A261077 A063126 * A115702 A003340 A345813
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 July 18 05:05 EDT 2024. Contains 374377 sequences. (Running on oeis4.)