login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152824 Numbers such that each digit leaves the same nonzero remainder when each is divided into the number. 4
223, 289, 337, 379, 433, 469, 477, 649, 673, 2227, 2233, 2263, 2269, 2323, 2437, 2449, 2623, 2629, 2773, 2833, 3223, 3277, 3349, 3433, 3493, 3889, 4249, 4333, 4393, 4429, 4633, 4873, 4933, 4969, 6223, 6229, 6433, 6637, 6679, 6763, 6949, 7267, 7477, 7939 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Joshua Zucker, Table of n, a(n) for n = 1..1543

EXAMPLE

289 == 1 (mod 2) == 1 (mod 8) == 1 (mod 9), so 289 is a member.

MATHEMATICA

fQ[n_] := Block[{a = Union@ Mod[n, IntegerDigits@n]}, a != {0} && Length@ a == 1]; Select[Range@ 4248, fQ@# &] (Robert G. Wilson v)

CROSSREFS

Sequence in context: A100607 A092623 A098591 * A142386 A102950 A143801

Adjacent sequences:  A152821 A152822 A152823 * A152825 A152826 A152827

KEYWORD

nonn,base

AUTHOR

J. M. Bergot (thekingfishb(AT)yahoo.ca), Dec 13 2008

EXTENSIONS

Corrected and extended by Joshua Zucker and Robert G. Wilson v, Dec 14 2008

Corrected and extended by Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), Dec 14 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 04:23 EST 2012. Contains 205694 sequences.