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”).

A034780
Numbers k such that A034693(k) = 4.
4
7, 13, 25, 27, 37, 43, 45, 49, 57, 67, 73, 79, 84, 87, 93, 97, 115, 127, 139, 142, 160, 163, 169, 175, 177, 193, 199, 205, 207, 213, 234, 235, 253, 255, 258, 265, 267, 277, 279, 295, 298
OFFSET
1,1
LINKS
MATHEMATICA
Position[#, 4] &@ Table[k = 1; While[! PrimeQ[k n + 1], k++]; k, {n, 300}] // Flatten (* Michael De Vlieger, Mar 02 2017 *)
CROSSREFS
Sequence in context: A090992 A259215 A215333 * A137165 A087195 A255653
KEYWORD
nonn
AUTHOR
STATUS
approved