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!)
A015814 Numbers k such that phi(k + 1) divides sigma(k). 1
1, 3, 5, 6, 7, 11, 14, 15, 17, 23, 24, 28, 31, 33, 35, 47, 51, 53, 54, 55, 69, 71, 77, 87, 94, 107, 110, 127, 155, 170, 174, 191, 195, 209, 254, 261, 265, 285, 315, 322, 383, 385, 395, 399, 406, 423, 429, 431, 510, 564, 609, 636, 644, 647, 649, 672, 713 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1000], Divisible[DivisorSigma[1, #], EulerPhi[1 + #]] &] (* David Nacin, Mar 01 2012 *)
PROG
(PARI) is(n)=!(sigma(n)%eulerphi(n+1)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A333217 A342438 A301975 * A227026 A361827 A053272
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition corrected by David Nacin, 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)