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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054033 Numbers n such that n^2 contains exactly 5 different digits. 8
113, 116, 117, 118, 124, 126, 128, 133, 134, 136, 137, 142, 144, 147, 148, 152, 153, 154, 169, 172, 174, 175, 176, 178, 179, 181, 186, 189, 191, 193, 195, 196, 198, 199, 203, 209, 213, 214, 217, 219, 224, 226, 228, 232, 233, 248, 252, 259, 267, 268, 269 (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))})=5 then f := [op(f), i] fi; od; f;

CROSSREFS

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

Sequence in context: A115486 A157885 A204377 * A167843 A159466 A060591

Adjacent sequences:  A054030 A054031 A054032 * A054034 A054035 A054036

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 16 19:06 EST 2012. Contains 205945 sequences.