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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076773 2-nadirs of phi: n such that phi(n-2) > phi(n-1) > phi(n) < phi(n+1) < phi(n+2). 0
315, 525, 735, 1155, 1365, 1575, 1755, 1785, 1815, 1995, 2145, 2415, 2475, 2805, 3045, 3315, 3465, 3885, 4095, 4125, 4305, 4515, 4725, 4935, 5115, 5145, 5355, 5775, 6045, 6195, 6405, 6435, 6615, 6825, 7035, 7095, 7245, 7395, 7455, 7605, 7665, 8085 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

I call n a "k-nadir" (or nadir of depth k) of the arithmetical function f if n satisfies f(n-k) > ... > f(n-1) > f(n) < f(n+1) < ... < f(n+k).

EXAMPLE

phi(313), ..., phi(317) equal 312, 156, 144, 156, 316, respectively, so 315 is a 2-nadir of phi(n).

MATHEMATICA

Select[Range[3, 10^4], EulerPhi[ # - 2] > EulerPhi[ # - 1] > EulerPhi[ # ] < EulerPhi[ # + 1] < EulerPhi[ # + 2] &]

CROSSREFS

Sequence in context: A104819 A207148 A076648 * A114807 A109130 A087415

Adjacent sequences:  A076770 A076771 A076772 * A076774 A076775 A076776

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Nov 14 2002

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 18:22 EST 2012. Contains 205835 sequences.