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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162578 Partial sums of the Carmichael lambda function A002322. 1
1, 2, 4, 6, 10, 12, 18, 20, 26, 30, 40, 42, 54, 60, 64, 68, 84, 90, 108, 112, 118, 128, 150, 152, 172, 184, 202, 208, 236, 240, 270, 278, 288, 304, 316, 322, 358, 376, 388, 392, 432, 438, 480, 490, 502, 524, 570, 574, 616, 636, 652, 664, 716, 734, 754, 760, 778 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = sum_{k=1..n} A002322(k).

MAPLE

read("transforms3") ; a002322 := BFILETOLIST("b002322.txt") : A162578 :=proc(n) global a002322 ; local i; add(op(i, a002322), i=1..n) ; end: seq(A162578(n), n=1..120) ; [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 16 2009]

MATHEMATICA

f[n_]:=CarmichaelLambda[n]; s=0; lst={}; Do[AppendTo[lst, s+=f[n]], {n, 1, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 14 2010]

Accumulate[CarmichaelLambda[Range[60]]] (* From Harvey P. Dale, Sep 21 2011 *)

CROSSREFS

Cf. A002322.

Sequence in context: A045954 A072542 A167856 * A152919 A092249 A002088

Adjacent sequences:  A162575 A162576 A162577 * A162579 A162580 A162581

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Jul 06 2009

EXTENSIONS

a(13) corrected and more terms added by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 16 2009

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 05:09 EST 2012. Contains 205570 sequences.