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!)
A066172 Numbers k such that phi(k+1) - phi(k) = -d(k). 0
5, 7, 33, 135, 231, 273, 435, 465, 824, 6375, 17115, 33704, 86355, 207315, 469395, 603585, 23211885, 37095465, 101216505, 107127111, 124471215, 255080415, 367016055, 1810565025, 4299030465 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the k at which phi(k) is decreasing at a rate equal to d(k).
LINKS
EXAMPLE
For k=5, phi(6) - phi(5) = 2 - 4 = -2 = -d(5).
MATHEMATICA
Select[ Range[ 1, 10^6 ], EulerPhi[ # ] - EulerPhi[ # + 1 ] == DivisorSigma[ 0, # ] & ]
CROSSREFS
Sequence in context: A230997 A243019 A007911 * A175667 A341063 A018353
KEYWORD
nonn,more
AUTHOR
Joseph L. Pe, Dec 14 2001
EXTENSIONS
a(17) - a(23) from Harry J. Smith, Feb 04 2010
a(24) from Amiram Eldar, Sep 28 2019
a(25) from Sean A. Irvine, Oct 03 2023
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 25 11:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)