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!)
A067701 Numbers n such that phi(n-1) + phi(n+1) = phi(2n). 4
5, 7, 25, 77, 217, 305, 3665, 4645, 5065, 8815, 12205, 12545, 19877, 20435, 24235, 29545, 37735, 47995, 60115, 72085, 73025, 77045, 87475, 121145, 126055, 129245, 149755, 190267, 234635, 247855, 273295, 275723, 419365, 531235, 553475, 621725, 774485, 840085 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
phi(25-1) + phi(25+1) = 8+12 = phi(2*25), so 25 is in the sequence.
MATHEMATICA
Select[Range[10^5], EulerPhi[ # - 1] + EulerPhi[ # + 1] == EulerPhi[2# ] &]
Flatten[Position[Partition[EulerPhi[Range[850000]], 3, 1], _?(#[[1]]+#[[3]]== #[[2]]&), 1, Heads->False]]+1 (* Harvey P. Dale, Mar 26 2023 *)
CROSSREFS
Sequence in context: A227922 A179782 A013626 * A059240 A324363 A166100
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Feb 05 2002
EXTENSIONS
Edited by Dean Hickerson, Feb 12 2002
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)