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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153974 Numbers n such that n^3 - 3 is prime. 3
2, 4, 8, 10, 14, 16, 26, 34, 38, 40, 74, 80, 106, 110, 116, 124, 136, 158, 178, 184, 190, 206, 224, 230, 238, 256, 274, 280, 316, 320, 338, 340, 386, 410, 428, 446, 458, 464, 470, 484, 496, 530, 544, 550, 556, 590, 626, 634, 644, 646, 674, 710, 718, 728, 730 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

2^3 - 3 = 5 is prime, 4^3 - 3 = 61 is prime, ...

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..10000

MATHEMATICA

a[n_]:=n^x-y; lst={}; x=3; y=3; Do[If[PrimeQ[a[n]], AppendTo[lst, n]], {n, 0, 6!}]; lst

PROG

(MAGMA) [n: n in [2..500] | IsPrime(n^3-3)] [From Vincenzo Librandi, Nov 26 2010]

CROSSREFS

Cf. A028870, A028873, A038599, A108701, A153975.

Sequence in context: A010069 A132895 A125499 * A189670 A034822 A050567

Adjacent sequences:  A153971 A153972 A153973 * A153975 A153976 A153977

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 03 2009

EXTENSIONS

First two terms 0,1, are omitted by Zak Seidov (zakseidov(AT)yahoo.com), Mar 14 2009

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 14 06:48 EST 2012. Contains 205577 sequences.