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!)
A081646 Integers congruent to 0, 1, 4, 9, 16, 25 or 36 (mod 49) which are not squares. 1
50, 53, 58, 65, 74, 85, 98, 99, 102, 107, 114, 123, 134, 147, 148, 151, 156, 163, 172, 183, 197, 200, 205, 212, 221, 232, 245, 246, 249, 254, 261, 270, 281, 294, 295, 298, 303, 310, 319, 330, 343, 344, 347, 352, 359, 368, 379, 392, 393, 396, 401, 408, 417 (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[427], (Mod[ #, 49] == 0 || Mod[ #, 49] == 1 || Mod[ #, 49] == 4 || Mod[ #, 49] == 9 || Mod[ #, 49] == 16 || Mod[ #, 49] == 25 || Mod[ #, 49] == 36) && !IntegerQ[ Sqrt[ # ]] & ]
CROSSREFS
Sequence in context: A139182 A294297 A320673 * A215908 A052261 A295155
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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)