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!)
A081642 Integers congruent to 0, 1 or 4 (mod 9) which are not squares. 1
10, 13, 18, 19, 22, 27, 28, 31, 37, 40, 45, 46, 54, 55, 58, 63, 67, 72, 73, 76, 82, 85, 90, 91, 94, 99, 103, 108, 109, 112, 117, 118, 126, 127, 130, 135, 136, 139, 145, 148, 153, 154, 157, 162, 163, 166, 171, 172, 175, 180, 181, 184, 189, 190, 193, 198, 199, 202 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Mark A. Herkommer, Number Theory, A Programmer's Guide, McGraw-Hill, New York, 1999, page 315.
LINKS
MATHEMATICA
Select[ Range[206], (Mod[ #, 9] == 0 || Mod[ #, 9] == 1 || Mod[ #, 9] == 4) && !IntegerQ[ Sqrt[ # ]] & ]
Select[Flatten[#+{0, 1, 4}&/@(9*Range[0, 30])], !IntegerQ[Sqrt[#]]&] (* Harvey P. Dale, Dec 29 2019 *)
CROSSREFS
Cf. A028837.
Sequence in context: A335016 A240109 A163652 * A174274 A120155 A363079
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Mar 26 2003
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 March 29 10:59 EDT 2024. Contains 371277 sequences. (Running on oeis4.)