OFFSET
1,1
COMMENTS
This is really four sequences, not one! A050498 is a better version. - N. J. A. Sloane, Jan 01 2005
REFERENCES
D. Wells, Curious and interesting numbers, Penguin Books, p. 112 (but beware errors).
MAPLE
with(numtheory):for n from 1 to 1000000 do if(phi(n)=phi(n+6) and phi(n+6)=phi(n+12) and phi(n+12)=phi(n+18)) then printf("%d, %d, %d, %d, ", n, n+6, n+12, n+18) fi od: # C. Ronaldo
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Jud McCranie, Dec 26 1999
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Dec 29 2004
STATUS
approved