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!)
A067242 Numbers m such that sigma(m+1)+sigma(m-1) = 5*phi(m). 1
2, 3, 4, 32, 58, 133, 221, 377, 407, 472, 1241, 1978, 7232, 13181, 13952, 15323, 15409, 17362, 22328, 32048, 44215, 46192, 46498, 46975, 49228, 73169, 74498, 128723, 177305, 241828, 244352, 297477, 306835, 417728, 450023, 455555, 484942, 640729, 693259, 707881, 803509 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[804000], DivisorSigma[1, #+1]+DivisorSigma[1, #-1] == 5*EulerPhi[ #]&] (* Harvey P. Dale, Jun 22 2021 *)
PROG
(PARI) isok(m) = (m>1) && (sigma(m+1)+sigma(m-1) == 5*eulerphi(m)); \\ Michel Marcus, Feb 17 2021
CROSSREFS
Sequence in context: A076592 A004844 A037324 * A028354 A028355 A074920
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Feb 20 2002
EXTENSIONS
More terms from Michel Marcus, Feb 17 2021
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 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)