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!)
A076231 Numbers k such that sigma(k)/k, sigma_3(k)/k and sigma_5(k)/k are all integers. 4
1, 6, 120, 672, 8128, 30240, 32760, 33550336, 459818240, 1379454720, 1476304896, 8589869056, 31998395520, 51001180160, 66433720320, 137438691328, 153003540480, 403031236608, 30823866178560, 796928461056000, 6088728021160320, 14942123276641920, 212517062615531520 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) isok(n) = !(sigma(n) % n) && !(sigma(n, 3) % n) && !(sigma(n, 5) % n); \\ Michel Marcus, Dec 26 2013
CROSSREFS
Intersection of A007691, A046763 and A055709.
Sequence in context: A076233 A066581 A054776 * A076234 A066289 A351862
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 03 2002
EXTENSIONS
a(16)-a(20) from Donovan Johnson, May 08 2010
a(21)-a(23) from Amiram Eldar, May 09 2024
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 September 8 22:43 EDT 2024. Contains 375759 sequences. (Running on oeis4.)