[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A137115
Numbers k such that k and k^2 use only the digits 2, 5, 6 and 9.
0
5, 25, 22925, 22955665
OFFSET
1,1
COMMENTS
Generated with DrScheme.
No additional terms up to 10^11. - Harvey P. Dale, Mar 12 2018
LINKS
EXAMPLE
22955665^2 = 526962555592225.
MATHEMATICA
With[{c={2, 5, 6, 9}}, Select[Flatten[Table[FromDigits/@Tuples[c, n], {n, 9}]], SubsetQ[c, IntegerDigits[#^2]]&]] (* Harvey P. Dale, Mar 12 2018 *)
CROSSREFS
Sequence in context: A033981 A099077 A137113 * A060063 A106295 A057688
KEYWORD
base,nonn,more
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved