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!)
A137017 Numbers k such that k and k^2 use only the digits 1, 2, 6 and 9. 0
1, 11, 96, 1619, 126969 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Generated with DrScheme.
No additional terms through 9999999999. - Harvey P. Dale, Mar 31 2014
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
126969^2 = 16121126961.
MATHEMATICA
Flatten[Table[Select[FromDigits/@Tuples[{1, 2, 6, 9}, i], Total[ Table[ DigitCount[ #^2, 10, n], {n, {3, 4, 5, 7, 8, 0}}]]==0&], {i, 10}]] (* Harvey P. Dale, Mar 31 2014 *)
CROSSREFS
Sequence in context: A294724 A115351 A154997 * A133833 A142260 A016140
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 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)