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!)
A129848 Numbers n such that n and 4n share at least one digit. 6
10, 16, 20, 23, 28, 30, 31, 32, 33, 34, 40, 41, 46, 49, 50, 52, 60, 62, 64, 65, 66, 67, 69, 70, 72, 80, 82, 83, 87, 90, 93, 98, 99, 100, 101, 102, 103, 104, 105, 110, 114, 116, 120, 123, 124, 125, 128, 129, 130, 132, 133, 134, 135, 140, 141, 145, 146, 149, 150, 153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
a:=proc(n) if nops(convert(convert(n, base, 10), set) intersect convert(convert(4*n, base, 10), set))>0 then n else fi end: seq(a(n), n=1..180); # Emeric Deutsch, May 27 2007
MATHEMATICA
Select[Range[300], Length[Intersection[IntegerDigits[ # ], IntegerDigits[4*# ]]]> 0 &] (* Stefan Steinerberger, May 24 2007 *)
CROSSREFS
Sequence in context: A233579 A291639 A004260 * A004261 A083118 A238204
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, May 22 2007
EXTENSIONS
More terms from Stefan Steinerberger and Emeric Deutsch, May 24 2007
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 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)