A225759 Primes p such that A179382((p+1)/2) = (p-1)/16.
1217, 1249, 1553, 4049, 4273, 4481, 4993, 5297, 6449, 6481, 6689, 7121, 8081, 8609, 9137, 9281, 10337, 10369, 10433, 11617, 11633, 12577, 13441, 13633, 14321, 14753, 15569, 16417, 16433, 16673, 17137, 18257, 18433, 18481, 19793, 20113, 20353, 23057, 23857
Offset: 1
Keywords
Examples
(1217-1)/16 = 76 = A179382(609).
Links
- Lear Young and Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (first 117 terms from Young)
- Hagen von Eitzen, Details of the "cycle length of n"
Crossrefs
Programs
-
PARI
oddres(n)=n>>valuation(n, 2) cyc(d)=my(k=1, t=1); while((t=oddres(t+d))>1, k++); k forstep(n=17,1e4,[32,16],if(cyc(n)==n>>4 && isprime(n), print1(n", "))) \\ Charles R Greathouse IV, May 15 2013
Extensions
Edited by Charles R Greathouse IV, Nov 11 2014
Comments