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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066167 Numbers n such that EulerPhi(n) = (EulerPhi(n+1) + EulerPhi(n-1))/2. 1
5187, 5313, 273525, 292005, 494715, 536055, 657855, 2379975, 3045075, 9960045, 15091545, 19420665, 23977305, 28292745, 45864225, 62361495, 81758325, 93794715, 213205575, 309227655, 602444325, 806687427, 1375738845, 1411639047, 1589814975, 1628145057 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Identical to the sequence of n such that EulerPhi(n-1), EulerPhi(n), EulerPhi(n+1) are in arithmetic progression.

3 divides all known terms (up to 2*10^9 ) of the sequence. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 01 2008

EXAMPLE

EulerPhi(5313) = 2640 = (2656 + 2624)/2 = (EulerPhi(5314) + EulerPhi(5212))/2

MATHEMATICA

Select[ Range[ 2, 10^6 ], EulerPhi[ # ] == (EulerPhi[ #+1 ] + EulerPhi[ #-1 ])/2 & ]

CROSSREFS

Sequence in context: A190464 A031660 A031570 * A028549 A093071 A157511

Adjacent sequences:  A066164 A066165 A066166 * A066168 A066169 A066170

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Labos E. (labos(AT)ana.sote.hu), Oct 27 2004

More terms from Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 01 2008

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 16 14:37 EST 2012. Contains 205930 sequences.