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!)
A137076 Numbers k such that k and k^2 use only the digits 2, 3, 4 and 8. 0
2, 22, 482, 4832 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generated with DrScheme.
No additional terms up to and including 8,888,888,888. - Harvey P. Dale, May 20 2013
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
4832^2 = 23348224.
MATHEMATICA
odQ[n_]:=Module[{d=Union[IntegerDigits[n^2]]}, And@@Table[MemberQ[{2, 3, 4, 8}, d[[i]]], {i, Length[d]}]]; Flatten[Table[Select[ FromDigits/@ Tuples[ {2, 3, 4, 8}, n], odQ], {n, 10}]] (* Harvey P. Dale, May 20 2013 *)
CROSSREFS
Sequence in context: A354943 A084949 A276454 * A090730 A090313 A110129
KEYWORD
base,nonn,more,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 09:13 EDT 2024. Contains 371967 sequences. (Running on oeis4.)