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

 


A123913
Semiprimes with prime factors summing up to 100.
0
291, 979, 1411, 2059, 2419, 2491
OFFSET
0,1
EXAMPLE
291 = 3*97 - 3 and 97 are both primes summing up to 100.
MATHEMATICA
Table[Select[Range[50], PrimeQ[ # ] && PrimeQ[100 - # ] &] [[k]]*(100 - Select[Range[50], PrimeQ[ # ] && PrimeQ[100 - # ] &] [[k]]), {k, 6}]
CROSSREFS
Sequence in context: A031515 A352536 A090890 * A031695 A158254 A088892
KEYWORD
base,fini,full,nonn
AUTHOR
Tanya Khovanova, Oct 28 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 11:31 EDT 2024. Contains 376114 sequences. (Running on oeis4.)