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!)
A136861 Numbers k such that k and k^2 use only the digits 0, 1, 4, 6 and 8. 1
0, 1, 4, 8, 10, 40, 41, 80, 100, 104, 108, 400, 401, 408, 410, 641, 800, 801, 804, 1000, 1004, 1008, 1040, 1080, 4000, 4001, 4008, 4010, 4080, 4100, 6410, 6441, 8000, 8001, 8004, 8010, 8040, 10000, 10004, 10008, 10040, 10080, 10400, 10401, 10800, 10801, 40000, 40001, 40008, 40010, 40080, 40100, 40604, 40800, 41000, 64100, 64410, 66441, 80000, 80001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
68418648641^2 = 4681111481860611146881.
MATHEMATICA
id2Q[n_]:=Module[{idn2=IntegerDigits[n^2], digs={0, 1, 4, 6, 8}}, And@@Table[ MemberQ[digs, idn2[[i]]], {i, Length[idn2]}]]; Select[Union[Flatten[ Table[FromDigits/@Tuples[{0, 1, 4, 6, 8}, n], {n, 5}]]], id2Q] (* Harvey P. Dale, Aug 19 2012 *)
CROSSREFS
Sequence in context: A031073 A323151 A037004 * A109445 A316505 A293597
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)