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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071422 a(n) = a(n-1) + sum of decimal digits of sigma(n), the sum of divisors of n. 0
1, 4, 8, 15, 21, 24, 32, 38, 42, 51, 54, 64, 69, 75, 81, 85, 94, 106, 108, 114, 119, 128, 134, 140, 144, 150, 154, 165, 168, 177, 182, 191, 203, 212, 224, 234, 245, 251, 262, 271, 277, 292, 300, 312, 327, 336, 348, 355, 367, 379, 388, 405, 414, 417, 426, 429 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

s=0; Do[s=s+Apply[Plus, IntegerDigits[DivisorSigma[1, n]]]; Print[s], {n, 1, 128}]

CROSSREFS

Cf. A037123, A000788, A051351.

Sequence in context: A190703 A190692 A136403 * A113902 A024916 A102216

Adjacent sequences:  A071419 A071420 A071421 * A071423 A071424 A071425

KEYWORD

base,easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), May 27 2002

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 21:51 EST 2012. Contains 205978 sequences.