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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063072 Sum of divisors of Ramanujan's highly composite numbers, or sigma(A002182(n)). 3
1, 3, 7, 12, 28, 60, 91, 124, 168, 360, 546, 744, 1170, 2418, 2880, 4368, 5952, 9360, 19344, 28800, 39312, 59520, 79248, 99944, 112320, 180048, 203112, 232128, 345600, 471744, 714240, 950976, 1199328, 1451520, 2160576, 2437344, 2926080 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

PROG

(PARI) a=0; j=[]; for(n=1, 200000, b=numdiv(n); if(b>a, a=b; j=concat(j, sigma(n)))); j

(PARI) { n=a=0; for (m=1, 10^9, b=numdiv(m); if(b>a, a=b; write("b063072.txt", n++, " ", sigma(m)); if (n==50, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 16 2009]

CROSSREFS

Cf. A000005, A004394, A002183, A002473, A000203.

Sequence in context: A099811 A196917 A182941 * A007626 A193297 A047068

Adjacent sequences:  A063069 A063070 A063071 * A063073 A063074 A063075

KEYWORD

easy,nonn

AUTHOR

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

EXTENSIONS

More terms from Reiner Martin (reinermartin(AT)hotmail.com), Dec 22 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 17 21:13 EST 2012. Contains 206085 sequences.