login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A109952
Degrees Celsius for which Fahrenheit is a prime.
1
5, 15, 45, 55, 65, 75, 115, 125, 145, 155, 175, 195, 205, 215, 255, 265, 295, 315, 325, 345, 395, 405, 425, 475, 505, 525, 545, 555, 565, 595, 645, 665, 695, 705, 715, 745, 765, 775, 805, 815, 845, 855, 875, 925, 945, 975, 995, 1025, 1045, 1055, 1065, 1095
OFFSET
1,1
EXAMPLE
f = 9 c / 5 + 32; a(1) = c = 5 because f = 41 is a prime.
MATHEMATICA
f[c_]:=9 c /5 +32; A109952 = Select[Range[5, 2000, 5], PrimeQ[f[ # ]]&]
CROSSREFS
Sequence in context: A059251 A295179 A274020 * A146632 A076103 A094283
KEYWORD
nonn
AUTHOR
Zak Seidov, Jul 06 2005
STATUS
approved