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!)
A015875 Numbers k such that phi(k + 12) | sigma(k) + 12. 1
3, 6, 10, 12, 14, 15, 22, 24, 26, 30, 34, 42, 44, 46, 62, 69, 74, 82, 94, 106, 114, 118, 122, 134, 135, 146, 166, 194, 198, 202, 206, 214, 262, 282, 302, 314, 334, 346, 366, 382, 386, 446, 454, 466, 474, 502, 514, 526, 542, 554, 614, 622, 662, 694 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[700], Divisible[DivisorSigma[1, #]+12, EulerPhi[#+12]]&] (* Harvey P. Dale, Apr 14 2021 *)
PROG
(PARI) is(n)=!((sigma(n)+12)%eulerphi(n+12)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A345915 A050107 A120068 * A301285 A310042 A310043
KEYWORD
nonn
AUTHOR
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 07:17 EDT 2024. Contains 371920 sequences. (Running on oeis4.)