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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062822 Sum of divisors of the squarefree numbers: sigma(A005117(n)). 2
1, 3, 4, 6, 12, 8, 18, 12, 14, 24, 24, 18, 20, 32, 36, 24, 42, 30, 72, 32, 48, 54, 48, 38, 60, 56, 42, 96, 44, 72, 48, 72, 54, 72, 80, 90, 60, 62, 96, 84, 144, 68, 96, 144, 72, 74, 114, 96, 168, 80, 126, 84, 108, 132, 120, 90, 112, 128, 144, 120, 98, 102, 216, 104, 192 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) j=[]; for(n=1, 200, if(issquarefree(n), j=concat(j, sigma(n)))); j

CROSSREFS

Sequence in context: A048229 A002090 A199970 * A175894 A175029 A113728

Adjacent sequences:  A062819 A062820 A062821 * A062823 A062824 A062825

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 20 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 16:49 EST 2012. Contains 206058 sequences.