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!)
A076234 Numbers n such that sigma(n)/n, sigma_3(n)/n, sigma_5(n)/n and sigma_7(n)/n are integers. 3
1, 6, 120, 672, 30240, 32760, 33550336, 459818240, 1379454720, 8589869056, 31998395520, 51001180160, 137438691328, 153003540480, 30823866178560, 796928461056000, 6088728021160320, 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) && !(sigma(n, 7) % n); \\ Michel Marcus, Dec 26 2013
CROSSREFS
Cf. A066289 (n divides sigma_k(n) for all odd k).
Sequence in context: A066581 A054776 A076231 * A066289 A351862 A170917
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 04 2002
EXTENSIONS
a(13)-a(18) from Donovan Johnson, May 08 2010
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 18 09:35 EDT 2024. Contains 371779 sequences. (Running on oeis4.)