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!)
A137109 Numbers n such that n and the square of n use only the digits 2, 4, 8 and 9. 0
2, 22, 222, 288, 49898882, 499898882 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generated with DrScheme
No additional terms up to 10^12. - Harvey P. Dale, Oct 11 2017
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
499898882^2 = 249898892224849924
MATHEMATICA
With[{c={2, 4, 8, 9}}, Select[FromDigits/@Flatten[Table[Tuples[c, n], {n, 10}], 1], SubsetQ[c, IntegerDigits[#^2]]&]] (* Harvey P. Dale, Oct 11 2017 *)
CROSSREFS
Sequence in context: A336894 A037567 A174200 * A002276 A112893 A086855
KEYWORD
base,nonn,changed
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)