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!)
A060185 Generalized sum of divisors function: second diagonal of A060184. 1
1, 0, 1, 2, 1, 1, 1, 6, -1, 5, -3, 10, 0, 9, -7, 16, -9, 17, -6, 22, -13, 20, -15, 28, -14, 35, -23, 36, -25, 36, -24, 42, -26, 53, -37, 50, -34, 58, -45, 60, -49, 75, -37, 66, -55, 77, -59, 74, -60, 101, -71, 88, -64, 106, -74, 92, -83, 124, -89, 98, -79, 130, -90, 120, -105, 155, -104, 120, -113, 163, -121, 126, -111 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,4
LINKS
P. A. MacMahon, Divisors of numbers and their continuations in the theory of partitions, Proc. London Math. Soc., (2) 19 (1919), 75-113; Coll. Papers II, pp. 303-341.
MATHEMATICA
max = 80; s = Sum[q^(m1 + m2)/((1 + q^m1)*(1 + q^m2)), {m1, 1, max-1}, {m2, m1+1, max}]; CoefficientList[Series[s, {q, 0, max}] , q][[4 ;; max]] (* Jean-François Alcover, Jan 21 2014 *)
CROSSREFS
Sequence in context: A295381 A351420 A331283 * A348091 A129110 A331562
KEYWORD
easy,sign
AUTHOR
N. J. A. Sloane, Mar 19 2001
EXTENSIONS
More terms from Vladeta Jovovic, Nov 11 2001
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)