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!)
A162462 Sum of all numbers from n to sigma(n). 0
1, 5, 7, 22, 11, 63, 15, 92, 55, 126, 23, 340, 27, 209, 195, 376, 35, 627, 39, 713, 318, 435, 47, 1554, 196, 578, 469, 1218, 59, 2193, 63, 1520, 648, 924, 581, 3556, 75, 1127, 855, 3315, 83, 3795, 87, 2624, 2091, 1593, 95, 6622, 477, 3146, 1353, 3525, 107, 5829, 1143 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n + (n+1) + ... + A000203(n) = A000217(A000203(n)) - A000217(n-1).
a(n) = Sum_{k=n..sigma(n)} k. - Wesley Ivan Hurt, Apr 20 2023
EXAMPLE
a(1)=1=1. a(2)=5=2+3. a(3)=7=3+4. a(4)=22=4+5+6+7. a(5)=11=5+6. a(6)=63=6+7+8+9+10+11+12.
MATHEMATICA
Total[Range[#, DivisorSigma[1, #]]]&/@Range[60] (* Harvey P. Dale, Feb 23 2023 *)
CROSSREFS
Cf. A000203.
Sequence in context: A179189 A030735 A303189 * A165144 A084164 A036498
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
a(12), a(33), a(34) and others corrected by R. J. Mathar, Jul 06 2009
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 July 1 11:07 EDT 2024. Contains 373915 sequences. (Running on oeis4.)