login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A194266 Smallest sum of two distinct primes of the form n*k+1. 1
5, 8, 20, 18, 42, 20, 72, 58, 56, 42, 90, 50, 132, 72, 92, 114, 240, 56, 420, 102, 170, 90, 186, 170, 252, 132, 272, 142, 292, 92, 684, 290, 266, 240, 282, 110, 372, 420, 236, 282, 822, 170, 604, 442, 452, 186, 942, 290, 688, 252, 410, 210, 850, 272, 992 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = 2+3 = 5
a(2) = 3+5 = 8
a(3) = 7+13 = 20
a(4) = 5+13 = 18
a(5) = 11+31 = 42
a(6) = 7+13 = 20
MATHEMATICA
Table[ps = Select[Table[n*k + 1, {k, 100}], PrimeQ, 2]; If[Length[ps] == 2, Total[ps], 0], {n, 100}] (* T. D. Noe, Oct 21 2011 *)
CROSSREFS
Sequence in context: A034453 A269715 A271095 * A169703 A270091 A270733
KEYWORD
nonn
AUTHOR
Omar E. Pol, Sep 03 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)