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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154264 Nonnegative numbers n such that 9*n^2-10*n+3 is prime 2
0, 1, 2, 4, 8, 14, 22, 26, 28, 34, 38, 44, 46, 50, 52, 68, 70, 82, 86, 88, 100, 112, 118, 122, 124, 140, 146, 148, 152, 158, 170, 182, 188, 190, 196, 212, 224, 232, 236, 248, 256, 278, 280, 284, 286, 290, 292, 298, 310, 314, 334, 356, 374, 376, 380, 388, 394, 400 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

For n=0, 9*n^2-10*n+3=3; n=1, 9*n^2-10*n+3=2; n=2, 9*n^2-10*n+3=19; n=4, 9*n^2-10*n+3=107

MATHEMATICA

lst={}; Do[p=9*n^2-10*n+3; If[PrimeQ[p], AppendTo[lst, n]], {n, 0, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 21 2009]

CROSSREFS

Cf. A154261

Sequence in context: A190402 A175300 A132425 * A194694 A194692 A155506

Adjacent sequences:  A154261 A154262 A154263 * A154265 A154266 A154267

KEYWORD

nonn

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Feb 21 2009

EXTENSIONS

Edited by Robert Hochberg, Jun 21 2010

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 19:13 EST 2012. Contains 206085 sequences.