A234299 a(n) = |A| is the smallest order of a set A of consecutive integers which has Euler-phi(3*5*7*11*...*Pn) members coprime to 3*5*7*..*Pn, where Pn is the n-th odd prime.
2, 13, 101, 1149, 15005, 255243, 4849829, 111546416, 3234846593, 100280245037, 3710369067373, 152125131763569, 6541380665834971, 307444891294245656, 16294579238595022313, 961380175077106319477, 58644190679703485491570, 3929160775540133527939470
Offset: 1
Examples
a(1)=2, phi(3) = 2, A={1,2 }, B={1,2}, |B|=2 gcd(1,3) = 1; gcd(2,3) = 1; minimum(|A|) = 2. a(2)=13, phi(3*5) = 8, A={7,8,9,10,...,19}, B={7, 8, 11, 13, 14, 16, 17, 19}, |B|=8, A was chosen so |A| is a minimum.
Formula
Extensions
Edited by R. J. Mathar, May 03 2017
Comments