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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138393 Numbers of form 8k+1 which are not squares. 1
17, 33, 41, 57, 65, 73, 89, 97, 105, 113, 129, 137, 145, 153, 161, 177, 185, 193, 201, 209, 217, 233, 241, 249, 257, 265, 273, 281, 297, 305, 313, 321, 329, 337, 345, 353, 369, 377, 385, 393, 401, 409, 417, 425, 433, 449, 457, 465, 473, 481, 489, 497, 505 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a = {}; Do[If[Sqrt[8k + 1] == Floor[Sqrt[8k + 1]], [null], AppendTo[a, 8k + 1]], {k, 0, 100}]; a

CROSSREFS

Cf. A004768, A017077.

Sequence in context: A029817 A162504 A085255 * A044062 A044443 A158057

Adjacent sequences:  A138390 A138391 A138392 * A138394 A138395 A138396

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Mar 18 2008

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 13 21:09 EST 2012. Contains 205561 sequences.