login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066172 Numbers n such that EulerPhi(n+1) - EulerPhi(n) = -d(n). 0
5, 7, 33, 135, 231, 273, 435, 465, 824, 6375, 17115, 33704, 86355, 207315, 469395, 603585, 23211885, 37095465, 101216505, 107127111, 124471215, 255080415, 367016055 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

These are the n at which EulerPhi(n) is decreasing at a rate equal to d(n).

EXAMPLE

EulerPhi(6) - EulerPhi(5) = 2 - 4 = -2 = -d(5).

MATHEMATICA

Select[ Range[ 1, 10^6 ], EulerPhi[ # ] - EulerPhi[ # + 1 ] == DivisorSigma[ 0, # ] & ]

CROSSREFS

Sequence in context: A153414 A104815 A007911 * A175667 A018353 A176958

Adjacent sequences:  A066169 A066170 A066171 * A066173 A066174 A066175

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 14 2001

EXTENSIONS

a(17) - a(23) from Harry J. Smith (hjsmithh(AT)sbcglobal.net), Feb 04 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.