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!)
A169884 Numbers consisting of either all even digits or just 5's and 0's. 6
0, 2, 4, 5, 6, 8, 20, 22, 24, 26, 28, 40, 42, 44, 46, 48, 50, 55, 60, 62, 64, 66, 68, 80, 82, 84, 86, 88, 200, 202, 204, 206, 208, 220, 222, 224, 226, 228, 240, 242, 244, 246, 248, 260, 262, 264, 266, 268, 280, 282, 284, 286, 288, 400, 402, 404, 406 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
These are all the divisors of zero in carryless arithmetic mod 10. E.g. 5 * 44 = 0.
LINKS
David Applegate, Marc LeBrun and N. J. A. Sloane, Carryless Arithmetic (I): The Mod 10 Version.
MATHEMATICA
With[{upto=410}, Select[Union[Join[Select[Range[upto], And@@EvenQ[ IntegerDigits[#]]&], FromDigits/@Tuples[{5, 0}, Ceiling[Log[ 10, upto]]]]], #<=upto&]] (* Harvey P. Dale, Aug 05 2011 *)
CROSSREFS
Sequence in context: A326703 A244008 A104704 * A341260 A072726 A343585
KEYWORD
nonn,base,easy
AUTHOR
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)