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!)
A067261 Numbers n such that sigma(n+1)=3*phi(n). 4
1, 4, 5, 9, 10, 21, 32, 34, 45, 55, 65, 68, 70, 129, 153, 160, 176, 183, 203, 245, 340, 370, 407, 441, 550, 580, 635, 741, 765, 806, 845, 965, 1011, 1025, 1089, 1166, 1247, 1292, 1505, 1508, 1840, 2271, 2402, 2584, 2590, 3285, 3604, 4065, 4223, 4832, 5339 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
select(n -> numtheory:-sigma(n+1)=3*numtheory:-phi(n), [$1..10000]); # Robert Israel, May 29 2018
MATHEMATICA
Select[Range[6000], DivisorSigma[1, #+1]==3*EulerPhi[#]&] (* Harvey P. Dale, Jun 11 2017 *)
PROG
(PARI) isok(n) = sigma(n+1) == 3*eulerphi(n); \\ Michel Marcus, May 29 2018
CROSSREFS
Sequence in context: A034809 A336900 A096808 * A001161 A099539 A110603
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 21 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 August 13 14:39 EDT 2024. Contains 375142 sequences. (Running on oeis4.)