A215130 Odd squarefree n not divisible by 3 such that n/phi(n) > 2, where phi is Euler's totient function.
37182145, 46881835, 50115065, 59814755, 1078282205, 1152646495, 1375739365, 1453336885, 1524467945, 1598832235, 1734627895, 1747560815, 1759302545, 1854257405, 1922155235, 1966279315, 1970653685, 2015918905, 2054717665, 2099812715, 2154947795, 2193746555
Offset: 1
Keywords
Links
- Donovan Johnson, Table of n, a(n) for n = 1..5000
Programs
-
PARI
forstep(n=1, 2193746557, [4,2], if(issquarefree(n), if(n/eulerphi(n)>2, print1(n ", "))))
Comments