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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054031 Numbers n such that n^2 contains exactly 3 different digits. 8
13, 14, 16, 17, 18, 19, 23, 24, 25, 27, 28, 29, 31, 34, 35, 39, 40, 41, 45, 46, 47, 50, 56, 58, 60, 62, 63, 65, 67, 68, 70, 75, 76, 77, 80, 81, 83, 85, 90, 91, 92, 94, 97, 101, 102, 107, 108, 110, 111, 119, 120, 121, 122, 129, 131, 141, 149, 150, 162, 165, 168, 188 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

f := []; for i from 0 to 200 do if nops({op(convert(i^2, base, 10))})=3 then f := [op(f), i] fi; od; f;

CROSSREFS

Cf. A016069, A054032, A054033, A054034, A054035, A054036, A054037, A054038, A054039.

Sequence in context: A106007 A048037 A171492 * A060275 A083984 A079495

Adjacent sequences:  A054028 A054029 A054030 * A054032 A054033 A054034

KEYWORD

nonn,base

AUTHOR

Asher Auel (asher.auel(AT)reed.edu) Feb 29 2000

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 14 18:47 EST 2012. Contains 205663 sequences.