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!)
A015809 Odd numbers k such that phi(k) | sigma_3(k). 1
1, 3, 15, 35, 87, 95, 105, 135, 147, 209, 215, 285, 297, 315, 357, 455, 551, 609, 627, 635, 645, 783, 899, 957, 1015, 1045, 1107, 1211, 1343, 1349, 1365, 1485, 1505, 1639, 1653, 1905, 1917, 2159, 2261, 2337, 2373, 2639, 2697, 2967, 3045 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1, 10000, 2], Divisible[DivisorSigma[3, #], EulerPhi[#]] &] (* David Nacin, Mar 04 2012 *)
PROG
(PARI) is(n)=sigma(n, 3)%eulerphi(n)==0
CROSSREFS
Sequence in context: A241237 A338351 A145949 * A293995 A015715 A187787
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Mar 05 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)