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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153975 Values of n such that n^2-3 and n^2+3 are both prime. 2
0, 4, 8, 10, 14, 64, 92, 112, 140, 146, 172, 218, 298, 304, 322, 326, 340, 350, 356, 416, 440, 470, 508, 554, 560, 580, 626, 634, 652, 668, 686, 694, 704, 728, 736, 746, 770, 806, 818, 868, 892, 920, 1054, 1082, 1102, 1130, 1156, 1196, 1256, 1264, 1378, 1418 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

4^2-3=13,4^2+3=19 primes,...

MATHEMATICA

a[n_]:=n^x-y; b[n_]:=n^x+y; lst={}; x=2; y=3; Do[If[PrimeQ[a[n]]&&PrimeQ[b[n]], AppendTo[lst, n]], {n, 0, 7!}]; lst

CROSSREFS

Cf. A028870, A028873, A038599, A153974, A108701

Sequence in context: A120064 A191330 A028873 * A020169 A082934 A144570

Adjacent sequences:  A153972 A153973 A153974 * A153976 A153977 A153978

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 03 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 15 10:04 EST 2012. Contains 205763 sequences.