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!)
A076648 phi(n-1) + phi(n+1) = 1/2 sigma(n). 0
315, 351, 819, 3375, 24921, 47520, 99540, 107541, 125631, 189175, 410805, 763665, 877365, 1680855, 2480555, 6911079, 7849479, 9646395, 11245365, 12528165, 14242800, 14684055, 16921191, 17194365, 19395025, 27782160, 33830685, 34823075, 36278649, 43955955 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
phi(314) + phi(316) = 156 + 156 = 312 = 1/2 sigma(315), so 315 belongs to the sequence.
MATHEMATICA
Select[Range[2, 10^5], EulerPhi[ # - 1] + EulerPhi[ # + 1] == (1/2)DivisorSigma[1, # ] &]
CROSSREFS
Sequence in context: A361034 A210889 A210891 * A323380 A256575 A295990
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Oct 23 2002
EXTENSIONS
a(8)-a(30) from Donovan Johnson, Mar 01 2012
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 July 27 20:25 EDT 2024. Contains 374651 sequences. (Running on oeis4.)