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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A199368 Numbers n such that 4n^3-3 is prime. 3
2, 14, 16, 22, 25, 29, 49, 64, 74, 77, 86, 91, 112, 121, 127, 134, 137, 140, 151, 161, 179, 197, 214, 221, 226, 254, 259, 284, 287, 296, 302, 305, 310, 347, 361, 364, 365, 380, 382, 392, 394, 401, 406, 407, 415, 469, 497 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

See comment in A199307.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

MATHEMATICA

Select[Range[600], PrimeQ[4#^3 - 3]&] (* Vincenzo Librandi, Jan 07 2013

PROG

(MAGMA) [n: n in [1..500] | IsPrime(4*n^3-3)]; // Vincenzo Librandi, Jan 07 2013

CROSSREFS

Cf. A199307, A199369.

Sequence in context: A109993 A075041 A105453 * A121716 A194379 A147832

Adjacent sequences:  A199365 A199366 A199367 * A199369 A199370 A199371

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane, Nov 05 2011

STATUS

approved

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 May 21 16:16 EDT 2013. Contains 225504 sequences.