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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054036 Numbers n such that n^2 contains exactly 8 different digits. 8
3206, 3267, 3268, 3292, 3674, 3678, 3698, 3723, 3734, 4047, 4097, 4157, 4175, 4455, 4537, 4554, 4616, 4634, 4663, 4804, 4814, 4896, 4913, 4967, 4987, 5376, 5529, 5699, 5742, 5853, 5899, 5904, 5905, 5968, 6043, 6071, 6095, 6098, 6127, 6176, 6181, 6199 (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))})=8 then f := [op(f), i] fi; od; f;

CROSSREFS

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

Sequence in context: A108001 A023308 A171350 * A048255 A091329 A020414

Adjacent sequences:  A054033 A054034 A054035 * A054037 A054038 A054039

KEYWORD

nonn,base

AUTHOR

Asher Auel (asher.auel(AT)reed.edu) Feb 28 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 16:48 EST 2012. Contains 205635 sequences.