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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081649 Integers congruent to 0, 1, 4, 9, 16, 25, 36, 49, 64 or 81 (mod 100) which are not squares. 1
101, 104, 109, 116, 125, 136, 149, 164, 181, 200, 201, 204, 209, 216, 236, 249, 264, 281, 300, 301, 304, 309, 316, 325, 336, 349, 364, 381, 401, 404, 409, 416, 425, 436, 449, 464, 481, 500, 501, 504, 509, 516, 525, 536, 549, 564, 581, 600, 601, 604, 609 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

Mark A. Herkommer, Number Theory, A Programmer's Guide, McGraw-Hill, New York, 1999, page 315.

MATHEMATICA

Select[ Range[615], (Mod[ #, 100] == 0 || Mod[ #, 100] == 1 || Mod[ #, 100] == 4 || Mod[ #, 100] == 9 || Mod[ #, 100] == 16 || Mod[ #, 100] == 25 || Mod[ #, 100] == 36 || Mod[ #, 100] == 49 || Mod[ #, 100] == 64 || Mod[ #, 100] == 81) && !IntegerQ[ Sqrt[ # ]] & ]

CROSSREFS

Sequence in context: A060400 A128717 A111348 * A126118 A118773 A092628

Adjacent sequences:  A081646 A081647 A081648 * A081650 A081651 A081652

KEYWORD

easy,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 26 2003

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 16:39 EST 2012. Contains 206058 sequences.