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!)
A030487 When squared gives number composed of digits {2, 5, 7}. 3
5, 15, 85, 165, 235, 1665, 15085, 16665, 166665, 268835, 1666665, 5076665, 16666665, 52683515, 165898335, 166666665, 278433515, 507668915, 850032485, 1508559835, 1666666665, 15085017485, 16666666665, 166666666665 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Author?, Source(txt)
EXAMPLE
5^2 = 25, so 5 is in the sequence.
15^2 = 225, so 15 is in the sequence.
25^2 = 625, which has a 2 and 5 but also a 6, so 25 is not in the sequence.
MATHEMATICA
Select[5Range[1, 9999, 2], Complement[IntegerDigits[#^2], {2, 5, 7}] == {} &] (* Alonso del Arte, Feb 25 2020 *)
CROSSREFS
Cf. A030485.
Sequence in context: A088935 A183937 A275971 * A165470 A165625 A058820
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Extended and corrected by author 03/2000.
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 03 2005
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)