login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079076 Numerator of Sum{n/d : 1<d<n and n mod d > 0}. 1
0, 0, 3, 4, 65, 27, 203, 236, 3489, 2845, 53471, 21341, 757913, 553973, 619181, 1040164, 29169263, 16276383, 193614199, 116220883, 32925391, 10628013, 320160667, 455451475, 22987116115, 19980510667, 193553388003, 154777722503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
p divides a(p^k) for prime p and integer k>1. p divides a(p), a(2p) and a(2p^2) for prime p>2. - Alexander Adamchuk, Jul 27 2006
MATHEMATICA
f[n_] := Block[{s = 0, d = 1}, While[d < n, If[ Mod[n, d] != 0, s = s + n/d]; d++ ]; s]; Numerator[ Table[ f[n], {n, 1, 28}]]
CROSSREFS
Denominator = A027611. Cf. A049820, A024816.
Sequence in context: A196442 A349587 A278035 * A274699 A060356 A052323
KEYWORD
nonn,frac
AUTHOR
Reinhard Zumkeller, Dec 21 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, Dec 30 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)