A050498 Arithmetic progressions of at least 4 terms with common difference 6 having the same value of phi(x) start at these numbers.
72, 216, 76326, 101526, 116646, 146886, 298086, 369366, 624966, 1375926, 1532166, 1558086, 1598406, 1750326, 1789206, 1866246, 1991526, 2516406, 2540886, 2620806, 2681286, 2827446, 3151446, 3196806, 3236406, 3489126
Offset: 1
Keywords
Examples
phi(72) = phi(78) = phi(84) = phi(90) = 24, so 72 is in the sequence.
References
- David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 129.
Links
- Jud McCranie, Table of n, a(n) for n = 1..10000
Programs
-
PARI
isok(k) = #Set(vector(4, i, eulerphi(k+(i-1)*6))) == 1; \\ Michel Marcus, Sep 17 2023
Comments