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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007639 Primes of form 2n^2 - 2n+19.
(Formerly M5070)
1
19, 23, 31, 43, 59, 79, 103, 131, 163, 199, 239, 283, 331, 383, 439, 499, 563, 631, 859, 1031, 1123, 1319, 1423, 1531, 1759, 1879, 2003, 2131, 2399, 2539, 2683, 3299, 3463, 3631, 3803, 4159, 4723, 4919, 5119, 5323, 5531, 5743, 6863, 7583, 8599 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

The primes are congruent to {2, 15, 19, 23, 31, 35, 39, 43, 51, 55, 59, 79, 87, 91, 103, 119, 131, 135, 143} (mod 148). - T. D. Noe (noe(AT)sspectra.com), May 02 2008

MATHEMATICA

Clear[f, lst, a, n]; f[n_]:=2*n^2-2*n+19; lst={}; Do[If[PrimeQ[a=f[n]], AppendTo[lst, a]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 05 2009]

Select[Table[2n^2-2n+19, {n, 90}], PrimeQ] (* From Harvey P. Dale, Dec 19 2011 *)

CROSSREFS

Cf. A139827.

Sequence in context: A168144 A168670 A019360 * A108271 A060269 A075585

Adjacent sequences:  A007636 A007637 A007638 * A007640 A007641 A007642

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Mira Bernstein, Robert G. Wilson v (rgwv(AT)rgwv.com)

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 11:35 EST 2012. Contains 206011 sequences.