login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160109 Numbers n with property that n^2 uses only nonsquare decimal digits (2,3,5,6,7,8). 1
5, 6, 15, 16, 24, 25, 26, 75, 76, 85, 94, 165, 166, 184, 194, 235, 256, 275, 475, 476, 485, 515, 516, 525, 526, 535, 594, 606, 615, 725, 734, 744, 765, 766, 816, 826, 856, 874, 875, 876, 885, 915, 924, 925, 934, 1524, 1525, 1526, 1535, 1624, 1635, 1665, 1666 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n)=sqrt(A077437(n))

MATHEMATICA

nsdQ[n_]:=Module[{idn=IntegerDigits[n]}, !MemberQ[idn, 1] && And@@SquareFreeQ/@idn]; Select[Range[2000], nsdQ[#^2]&]  [From Harvey P. Dale, Feb. 1, 2011]

CROSSREFS

A077437 Squares whose decimal digits are nonsquares (2, 3, 5, 6, 7, 8).

Sequence in context: A145491 A060724 A064949 * A191213 A121847 A030533

Adjacent sequences:  A160106 A160107 A160108 * A160110 A160111 A160112

KEYWORD

base,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 02 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 18:15 EST 2012. Contains 206061 sequences.