VOOZH
about
URL: https://oeis.org/A072983
⇱ A072983 - OEIS
login
A072983
Denominator of b(n) = Sum_{k'<=n} 1/k', where k' denotes the squarefree numbers.
2
1, 2, 6, 6, 30, 5, 35, 35, 35, 70, 770, 770, 10010, 5005, 15015, 15015, 255255, 255255, 4849845, 4849845, 1616615, 3233230, 74364290, 74364290, 74364290, 37182145, 37182145, 37182145, 1078282205, 6469693230, 200560490130, 200560490130
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
COMMENTS
b(n) was used by Niven in the 1970's for an alternative proof of the divergence of the sum of reciprocals of the primes.
LINKS
Table of n, a(n) for n=1..32.
Ivan Niven,
A Proof of the Divergence of sum 1/p
, The American Mathematical Monthly, Vol. 78, No. 3 (Mar., 1971), pp. 272-273.
FORMULA
a(n) =
A354418
(
A013928
(n+1)). -
Amiram Eldar
, Apr 22 2025
MATHEMATICA
Accumulate[Table[If[SquareFreeQ[n], 1, 0]/n, {n, 1, 50}]] // Denominator (*
Amiram Eldar
, Apr 22 2025 *)
PROG
(PARI) a(n)=denominator(sum(k=1, n, issquarefree(k)/k))
CROSSREFS
Cf.
A005117
,
A013928
,
A072980
(numerators),
A354418
.
Sequence in context:
A087310
A130087
A085087
*
A379580
A055204
A212397
Adjacent sequences:
A072980
A072981
A072982
*
A072984
A072985
A072986
KEYWORD
easy
,
frac
,
nonn
AUTHOR
Benoit Cloitre
, Aug 21 2002
STATUS
approved