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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135658 Nonprimes of the form 4x^2-4xy+7y^2. 0
4, 15, 16, 24, 28, 36, 40, 55, 60, 63, 64, 87, 88, 96, 100, 112, 124, 132, 135, 144, 159, 160, 168, 175, 196, 216, 220, 231, 232, 240, 247 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Do[Do[w = 4x^2 - 4x y + 7y^2; If[w > 0, If[PrimeQ[w], [null], AppendTo[a, w]]], {x, 0, 100}], {y, 0, 100}]; Union[a]

CROSSREFS

Cf. A107006, A124477, A135657.

Sequence in context: A175959 A152442 A161769 * A066862 A103540 A065159

Adjacent sequences:  A135655 A135656 A135657 * A135659 A135660 A135661

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 25 2007

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 15 08:12 EST 2012. Contains 205724 sequences.