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!)
A336583 Numbers k with a Goldbach partition (p,q) such that k | (p*q + 1). 4
8, 12, 24, 30, 36, 40, 42, 48, 56, 60, 66, 70, 72, 84, 90, 96, 112, 120, 132, 144, 156, 168, 180, 184, 198, 204, 210, 216, 220, 222, 224, 228, 232, 234, 240, 246, 252, 260, 264, 276, 280, 288, 294, 296, 300, 304, 312, 318, 330, 336, 340, 360, 372, 374, 380, 384, 390 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
k is even.
LINKS
Eric Weisstein's World of Mathematics,  Goldbach Partition.
EXAMPLE
8 is in the sequence since it has a Goldbach partition, (5,3) such that 8 | (3*5 + 1) = 16;
12 is in the sequence since it has a Goldbach partition, (7,5) such that 12 | (5*7 + 1) = 36;
42 is in the sequence since it has a Goldbach partition, (13,29) such that 42 | (13*29 + 1) = 378 = 9*42; etc.
MATHEMATICA
fQ[n_] := Block[{p = 3, q}, While[q = n - p; m = Mod[p*q, n] + 1; p < q && ! PrimeQ@q || m != n, p = NextPrime@p]; p < q]; Select[2 Range@200, fQ]
CROSSREFS
Sequence in context: A326994 A367146 A278902 * A333754 A088525 A054735
KEYWORD
nonn
AUTHOR
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 July 19 10:10 EDT 2024. Contains 374392 sequences. (Running on oeis4.)