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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051378 Sum of (1+e)-divisors of n: if x = Product p(i)^r(i) then (1+e)-sigma(x) = Product (Sum p(i)^s(i), s(i) = 0 or s(i) divides r(i)). 5
1, 3, 4, 7, 6, 12, 8, 11, 13, 18, 12, 28, 14, 24, 24, 23, 18, 39, 20, 42, 32, 36, 24, 44, 31, 42, 31, 56, 30, 72, 32, 35, 48, 54, 48, 91, 38, 60, 56, 66, 42, 96, 44, 84, 78, 72, 48, 92, 57, 93, 72, 98, 54, 93, 72, 88, 80, 90, 60, 168, 62, 96, 104, 79, 84, 144, 68, 126, 96 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

Multiplicative with a(p^e) = 1+Sum_{d|e} p^d. - Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 23 2002

PROG

(PARI) a(n)=my(f=factor(n)); prod(i=1, #f[, 1], sumdiv(f[i, 2], d, f[i, 1]^d)+1) \\ Charles R Greathouse IV, Nov 22 2011

CROSSREFS

Cf. A051377, A049599.

Sequence in context: A073185 A073183 A049418 * A116607 A107749 A093811

Adjacent sequences:  A051375 A051376 A051377 * A051379 A051380 A051381

KEYWORD

nonn,easy,nice,mult

AUTHOR

Yasutoshi Kohmoto (zbi74583(AT)boat.zero.ad.jp)

EXTENSIONS

Corrected and extended by Naohiro Nomoto (6284968128(AT)geocities.co.jp), Apr 12 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 16 09:56 EST 2012. Contains 205904 sequences.