Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A083519
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A083519 Beginning with 1, a(i)*a(j) + 2 is prime for all i,j, i != j. +0
1
1, 3, 5, 9, 129, 1179, 21105, 96525, 419925, 13690959, 8403613179 (list; graph; listen)
OFFSET

0,2

EXAMPLE

1*3+2, 3*5+2,1*5 +2, etc. are primes.

9*1+2 = 11, 9*3+2=29, 9*5+2=47 are all prime numbers, therefore we can say that a(4) = 9.

MATHEMATICA

a = {1}; For[n = 2, n < 1000000, n++, b = Table[a[[i]]*n + 2, {i, 1, Length[ a]}]; If[Union[PrimeQ[b], PrimeQ[b]] == {True}, AppendTo[a, n]]]; a - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 02 2007

CROSSREFS

Cf. A083518.

Sequence in context: A123220 A098339 A121622 this_sequence A069193 A078430 A113858

Adjacent sequences: A083516 A083517 A083518 this_sequence A083520 A083521 A083522

KEYWORD

hard,more,nonn

AUTHOR

Amarnath Murthy and Meenakshi Srikanth (amarnath_murthy(AT)yahoo.com), May 05 2003

EXTENSIONS

Corrected and extended by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 02 2007

a(10) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Nov 11 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research