Hello Everyone!
Prime chains generated by the map
a(n+1) = (a(n) + (-1)^{(a(n)-1)/2)} / 2, with a(1) = p odd prime.
Equivalently:
if a(n) == 1 (mod 4), then a(n+1) = (a(n)+1)/2
if a(n) == 3 (mod 4), then a(n+1) = (a(n)-1)/2
Iterate until the first composite appears and count only the prime terms.
Examples: 47 -> 23 -> 11 -> 5 -> 3 -> 1 (5 primes);
2879 -> 1439 -> 719 -> 359 -> 179 -> 89 -> 45 (6 primes).
The smallest primes starting chains of length k seem to begin
3, 5, 11, 23, 47, 2879, ...
Question:
Can anyone find longer prime chains for this iteration, and the smallest primes producing chains of length 7, 8, ... ?
(Backward step: a = 2b ± 1.)
Best,
Tom Ordo
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/71c69065-b52c-464f-99d3-a55215ebddd9n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/5e9c39f6-3712-4e7d-bd1c-eca105e27db4n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAF0qcNOvxs-HJEO%2B4vS3EFpzcgF3vV%2BcG1FhZZG4ZCOwrDfyDg%40mail.gmail.com.