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!)
A176899 Squares n with digit 1 that remain positive square after omitting all 1's from n. 1
361, 1225, 11025, 15129, 15625, 21025, 23104, 36100, 105625, 119025, 122500, 171396, 251001, 262144, 311364, 1010025, 1050625, 1071225, 1102500, 1113025, 1134225, 1151329, 1311025, 1512900, 1562500, 2102500, 2111209, 2175625, 2310400, 3610000, 4515625, 5116644, 6155361, 9150625, 10017225, 10562500, 11015761, 11390625, 11902500, 12250000, 13097161, 15405625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Reap[Do[id=IntegerDigits[n^2]; If[MemberQ[id, 1]&&(fd=FromDigits[DeleteCases[id, 1]])>0&&IntegerQ[Sqrt[fd]], Sow[n^2]], {n, 5000}]][[2, 1]]
ps1Q[n_]:=Module[{c=FromDigits[DeleteCases[IntegerDigits[n], 1]]}, DigitCount[n, 10, 1]>0&&Positive[c]&&IntegerQ[Sqrt[c]]]; Select[Range[4000]^2, ps1Q] (* Harvey P. Dale, Jul 20 2023 *)
CROSSREFS
Cf. A176882.
Sequence in context: A183997 A211822 A233552 * A361704 A302229 A302672
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Dec 07 2010
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 18 08:04 EDT 2024. Contains 371769 sequences. (Running on oeis4.)