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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070236 Sum(k=1,n,core(k)-phi(k)) where core(k) is the squarefree part of k. 0
0, 1, 2, 1, 2, 6, 7, 5, 0, 6, 7, 6, 7, 15, 22, 15, 16, 12, 13, 10, 19, 31, 32, 30, 11, 25, 10, 5, 6, 28, 29, 15, 28, 46, 57, 46, 47, 67, 82, 76, 77, 107, 108, 99, 80, 104, 105, 92, 51, 33, 52, 41, 42, 30, 45, 35, 56, 86, 87, 86, 87, 119, 90, 59, 76, 122, 123, 108, 133, 179, 180 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Always =>0.

FORMULA

a(n) = A069891(n)- A002088(n) asymptotically : a(n)=(Pi^2/30-3/Pi^2)*n^2+0(nln(n))

PROG

(PARI) for(n=1, 100, print1(sum(i=1, n, core(i)-eulerphi(i)), ", "))

CROSSREFS

Sequence in context: A153896 A074727 A059587 * A020825 A110422 A131804

Adjacent sequences:  A070233 A070234 A070235 * A070237 A070238 A070239

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 08 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 14 23:53 EST 2012. Contains 205689 sequences.