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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069891 Sum_{k=1..n} A007913(k), the squarefree part of k. 3
0, 1, 3, 6, 7, 12, 18, 25, 27, 28, 38, 49, 52, 65, 79, 94, 95, 112, 114, 133, 138, 159, 181, 204, 210, 211, 237, 240, 247, 276, 306, 337, 339, 372, 406, 441, 442, 479, 517, 556, 566, 607, 649, 692, 703, 708, 754, 801, 804, 805, 807, 858, 871, 924, 930, 985, 999 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Sum{1<=k<=n,k squarefree} (1/k) = Sum{1<=k<=n} (mu(k)^2/k) = (1/zeta(2))*(ln(n)+gamma-2*zeta'(2)/zeta(2))+O(1/sqrt(n)) (Suryanarayana)

REFERENCES

Suryanarayana, D. Asymptotic formula for sum_{n <= x} mu^{2}(n)/n, Indian J. Math. 9 (1967/1968) 543-545.

FORMULA

a(n) is the sum from d=1 to sqrt(n) of f(d)*C(floor(n/d^2)+1, 2) where f(d)=A046970(d) is the product of 1-p^2 over all prime divisors p of d and C(r, s) is the binomial coefficient r choose s.

a(n) is asymptotic to r*n^2, where r = pi^2/30 = 0.3289868...

MATHEMATICA

a[n_] := Sum[Times@@(1-#1[[1]]^2&)/@FactorInteger[d]*Binomial[Floor[n/d^2]+1, 2], {d, 1, Floor[Sqrt[n]]}]

CROSSREFS

Cf. A069087.

Sequence in context: A189634 A047705 A169799 * A190118 A175048 A088146

Adjacent sequences:  A069888 A069889 A069890 * A069892 A069893 A069894

KEYWORD

nonn

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Apr 09 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 17 13:28 EST 2012. Contains 206031 sequences.