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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110412 Sum_{d<n is a divisor of n} tau(n-d). 2
0, 1, 2, 4, 3, 7, 4, 9, 8, 9, 4, 17, 6, 10, 14, 18, 5, 20, 6, 21, 16, 12, 4, 33, 14, 13, 18, 24, 6, 33, 8, 29, 18, 12, 18, 44, 9, 13, 17, 41, 8, 37, 8, 26, 39, 14, 4, 57, 18, 30, 20, 28, 6, 41, 20, 45, 20, 14, 4, 68, 12, 16, 40, 46, 25, 43, 8, 25, 18, 44, 8, 80, 12, 16, 42, 30, 22, 42, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

It appears that a(n) > tau(n) for n >= 4.

EXAMPLE

a(9)=tau(9-1)+tau(9-3)=tau(8)+tau(6)=4+4=8.

MAPLE

with(numtheory): a:=proc(n) local div: div:=divisors(n): sum(tau(n-div[j]), j=1..tau(n)-1): end: seq(a(n), n=2..90); (Deutsch)

MATHEMATICA

f[n_] := Plus @@ (DivisorSigma[0, n - # ] & /@ Most[Divisors[n]]); Table[ f[n], {n, 79}] (* Robert G. Wilson v *)

CROSSREFS

Cf. A007425.

Sequence in context: A011171 A181049 A007203 * A194031 A064357 A191735

Adjacent sequences:  A110409 A110410 A110411 * A110413 A110414 A110415

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 31 2005

EXTENSIONS

Edited, corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu) and Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 05 2005

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 06:46 EST 2012. Contains 205867 sequences.