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!)
A065805 a(n) = Sum_{j=0..n} sigma(j,n). 3
2, 10, 44, 377, 3912, 57214, 960808, 19261862, 435877584, 11123320200, 313842837684, 9729290348250, 328114698808288, 11967567841654610, 469172063576559648, 19676848703371278527, 878942778254232811956 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
PARI calls it sigma(n, j). - Harry J. Smith, Oct 31 2009
LINKS
FORMULA
a(n) ~ n^(n+1) / (n-1). - Vaclav Kotesovec, Sep 11 2018
EXAMPLE
n=6; a(6) = 4 + 12 + 50 + 252 + 1394 + 8052 + 47450 = 57214.
MATHEMATICA
a[ n ]=Table[ Apply[ Plus, Table[ DivisorSigma[ w, n ], {w, 0, n} ] ].
PROG
(PARI) { for (n=1, 100, a=sum(j=0, n, sigma(n, j)); write("b065805.txt", n, " ", a) ) } \\ Harry J. Smith, Oct 31 2009
CROSSREFS
Sequence in context: A142983 A227852 A347524 * A145239 A068561 A068484
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 21 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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)