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!)
A257550 Numbers n such that phi(n) = 5*phi(n+1). 2
17907119, 18828809, 31692569, 73421039, 179467469, 322757819, 337567229, 627702389, 975314339, 2537636009, 2722271369, 3328653509, 3917646809, 5529412349, 6369847469, 11179199849, 11201693579, 11363832479, 13442120999, 16781760449, 19751331599, 20002320029 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..103 (terms < 10^12)
EXAMPLE
phi(17907119) = 16588800 = 5*phi(17907120).
MATHEMATICA
a1={}; nmax=10^9; last=EulerPhi[1]; n=2;
While[n<nmax, ep=EulerPhi[n];
If[last==5ep, AppendTo[a1, n-1]; ];
n++; last=ep; ]; a1 (* Ray Chandler, Apr 30 2015 *)
CROSSREFS
Sequence in context: A154875 A015353 A083619 * A282670 A238071 A271445
KEYWORD
nonn
AUTHOR
Ray Chandler, Apr 29 2015
EXTENSIONS
a(10)-a(22) from Giovanni Resta, May 11 2015
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 August 8 01:56 EDT 2024. Contains 375018 sequences. (Running on oeis4.)