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!)
A015797 Numbers n such that phi(n) + 6 | sigma(n). 1
14, 20, 54, 56, 234, 286, 456, 686, 735, 980, 1176, 1224, 1470, 2000, 3296, 21645, 34632, 37496, 43290, 46620, 62336, 191616, 277808, 779568, 1124528, 4095712, 16726016, 17409376, 50251776, 149911936, 177383296, 12883623936, 42932880896, 295964664896 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(35) > 10^12. - Donovan Johnson, Feb 28 2012
LINKS
EXAMPLE
phi(14)+6 = 12, which divides sigma(14)=24, so 14 is in the sequence.
MATHEMATICA
Select[Range[100000],
Divisible[DivisorSigma[1, #], EulerPhi[#] + 6] &] (* David Nacin, Feb 28 2012 *)
PROG
(PARI) isok(n) = (sigma(n) % (eulerphi(n) + 6)) == 0; \\ Michel Marcus, Jul 15 2017
CROSSREFS
Sequence in context: A129216 A259536 A067796 * A293184 A368408 A064974
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jud McCranie, Dec 25 1999
a(32)-a(34) from Donovan Johnson, Feb 28 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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)