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!)
A067198 Numbers n such that sigma(n) = phi(n) + phi(n-1). 0
5, 7, 77, 6293, 12943, 23495, 30191, 99695, 147407, 240425, 258401, 535601, 1103825, 1570145, 1637867, 1972607, 2219135, 2241281, 2970517, 3785951, 5612321, 5917003, 6215951, 9249241, 9281899, 12496429, 14779531, 25739701, 30367321, 33522251, 33852841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
sigma(5) = 6 = 4 + 2 = phi(5) + phi(5-1), so 5 is a term of the sequence.
MATHEMATICA
Select[Range[2, 10^5], EulerPhi[ # ] + EulerPhi[ # - 1] == DivisorSigma[1, # ] &]
CROSSREFS
Sequence in context: A098967 A107140 A141746 * A340468 A351636 A062583
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Feb 19 2002
EXTENSIONS
a(9)-a(31) 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 April 24 09:38 EDT 2024. Contains 371935 sequences. (Running on oeis4.)