login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193276 Composite numbers n such that phi(n) divides 3n - 3. 0
9, 21, 65, 1729, 3201, 4125441 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term > 10^9.
LINKS
MATHEMATICA
t={}; Do[If[PrimeQ[n]==False&&IntegerQ[(n-1)*3/EulerPhi[n]], Print[n]; AppendTo[t, n]], {n, 2, 10^5}]; t
PROG
(PARI) p=3; forprime(q=5, 1e8, forstep(n=p\4*4, q-1, 4, if((3*n-3)%eulerphi(n)==0, print1(n", "))); p=q) \\ Charles R Greathouse IV, Jul 24 2011
CROSSREFS
Sequence in context: A338007 A147466 A262055 * A173084 A137340 A075640
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)