login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063731 Numbers n such that Sum_{k=1..n} sigma(k) divides Prod_{k=1..n} sigma(k). 1
1, 5, 8, 15, 50, 52, 53, 55, 63, 68, 72, 96, 103, 157, 176, 196, 211, 219, 287, 288, 302, 303, 321, 327, 348, 360, 364, 365, 381, 402, 417, 421, 430, 431, 438, 444, 452, 454, 465, 472, 478, 504, 506, 512, 514, 530, 531, 534, 555, 565, 576, 584, 588, 594, 607 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

Matthew M. Conroy, Home page (listed instead of email address)

PROG

(PARI) for(n=1, 300, a=sum(k=1, n, sigma(k)); b=prod(k=1, n, sigma(k)); if(Mod(b, a)==0, print(n)))

(PARI) { n=0; a=0; b=1; for (m=1, 10^9, a+=sigma(m); b*=sigma(m); if (b%a==0, write("b063731.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 28 2009]

CROSSREFS

Sequence in context: A164094 A112269 A091574 * A129316 A039752 A141536

Adjacent sequences:  A063728 A063729 A063730 * A063732 A063733 A063734

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 12 2001

EXTENSIONS

More terms from Matthew M. Conroy, Aug 21 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:55 EST 2012. Contains 205847 sequences.