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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064609 Partial sums of A034448: sum of unitary divisors from 1 to n. 3
1, 4, 8, 13, 19, 31, 39, 48, 58, 76, 88, 108, 122, 146, 170, 187, 205, 235, 255, 285, 317, 353, 377, 413, 439, 481, 509, 549, 579, 651, 683, 716, 764, 818, 866, 916, 954, 1014, 1070, 1124, 1166, 1262, 1306, 1366, 1426, 1498, 1546, 1614, 1664, 1742, 1814, 1884 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

FORMULA

a(n) = a(n-1) + A034448(n) = Sum{usigma[j]; j=1..n} where usigma[j] = A034448(j)

PROG

(PARI) usigma(n)= { local(f, s=1); f=factor(n); for(i=1, matsize(f)[1], s*=1 + f[i, 1]^f[i, 2]); return(s) } { a=0; for (n=1, 1000, a+=usigma(n); write("b064609.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 20 2009]

CROSSREFS

A034448, A064611.

Sequence in context: A198464 A034856 A183865 * A056738 A170907 A143978

Adjacent sequences:  A064606 A064607 A064608 * A064610 A064611 A064612

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Sep 24 2001

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 14 11:17 EST 2012. Contains 205623 sequences.