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!)
A352229 Numbers that can be expressed as the sum of two primes in exactly 7 ways. 11
78, 96, 112, 130, 140, 176, 178, 194, 206, 208, 218, 224, 226, 232, 272, 278, 326, 398 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
78 = 5+73 = 7+71 = 11+67 = 17+61 = 19+59 = 31+47 = 37+41.
MATHEMATICA
c[n_] := Count[IntegerPartitions[n, {2}], _?(And @@ PrimeQ[#] &)]; Select[Range[1000], c[#] == 7 &] (* Amiram Eldar, Mar 08 2022 *)
CROSSREFS
Numbers that can be expressed as the sum of two primes in k ways for k=0..10: A014092 (k=0), A067187 (k=1), A067188 (k=2), A067189 (k=3), A067190 (k=4), A067191 (k=5), A066722 (k=6), this sequence (k=7), A352230 (k=8), A352231 (k=9), A352233 (k=10).
Sequence in context: A025386 A045193 A214462 * A295699 A025387 A025378
KEYWORD
nonn,more
AUTHOR
Wesley Ivan Hurt, Mar 08 2022
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)