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!)
A180468 Numbers n such that n/k is an integer. n=(x_1 x_2 ... x_r) where x_i are digits of n, k = x_1^r + x_2^(r-1) + ... + x_r^1 2
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 20, 24, 48, 50, 100, 102, 108, 110, 111, 112, 114, 117, 120, 130, 132, 135, 155, 164, 200, 204, 208, 221, 224, 240, 243, 336, 414, 476, 500, 512, 762 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
n=48, k=4^2+8^1=24, n/k=2 so 48 belongs to the sequence. For binary numbers we have the sequence of n-s such that n/(1-s counting sequence) is an integer, this is A049445.
LINKS
MATHEMATICA
Join[{0}, Select[Range[800], Divisible[#, Total[IntegerDigits[#]^ Reverse[ Range[ IntegerLength[ #]]]]]&]] (* Harvey P. Dale, Dec 03 2018 *)
CROSSREFS
Sequence in context: A337741 A110806 A357769 * A271955 A365420 A342650
KEYWORD
easy,nonn,base
AUTHOR
Ctibor O. Zizka, Sep 06 2010
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 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)