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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064212 sigma(n) + usigma(n), or A000203(n) + A034448(n). 2
2, 6, 8, 12, 12, 24, 16, 24, 23, 36, 24, 48, 28, 48, 48, 48, 36, 69, 40, 72, 64, 72, 48, 96, 57, 84, 68, 96, 60, 144, 64, 96, 96, 108, 96, 141, 76, 120, 112, 144, 84, 192, 88, 144, 138, 144, 96, 192, 107, 171, 144, 168, 108, 204, 144, 192, 160 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

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

PROG

(PARI) usigma(n)= { local(f, s=1); f=factor(n); for(i=1, matsize(f)[1], s*=1 + f[i, 1]^f[i, 2]); return(s) } { for (n=1, 1000, write("b064212.txt", n, " ", sigma(n) + usigma(n)) ) } [From Harry J. Smith, Sep 10 2009]

CROSSREFS

Cf. A048146.

Sequence in context: A076991 A130205 A054067 * A056906 A209249 A047238

Adjacent sequences:  A064209 A064210 A064211 * A064213 A064214 A064215

KEYWORD

nonn

AUTHOR

N. J. A. Sloane, Oct 31 2001

STATUS

approved

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 May 21 22:50 EDT 2013. Contains 225505 sequences.