The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A216766 Numerators of partial sums of 1/A216765(n). 2
1, 14, 37, 719, 5056, 151513, 1759463, 68163191, 352149277, 360867217, 15078888947, 1546201093747, 95491548878617, 10736398220663, 1400899861968427, 41036431877859203, 41386424246755373, 8212624279323157381, 256265816149636840711, 29139716513641120366493 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Partial sums of the reciprocals of (perfect powers -- squares, cubes, etc. -- plus 1).
LINKS
FORMULA
a(n) = numerator(Sum_{k=1..n} 1/A216765(k)).
Limit_{n->oo} a(n)/A216767(n) = Pi^2/3 - 5/2. - Amiram Eldar, May 05 2022
EXAMPLE
The partial sums are of the sequence of fractions: 1/5 + 1/9 + 1/10 + 1/17 + 1/26 + 1/28 + 1/33 + 1/37 + 1/50, ... and thus the partial sums are 1/5, 14/45, 37/90, 719/1530, 5056/9995, 151513/278460, 1759463/3063060, 68163191/113333220, 352149277/566666100, 360867217/566666100, 15078888947/23233310100, ...
MATHEMATICA
Numerator[FoldList[Plus, 1/(1 + Select[Range[250], GCD @@ FactorInteger[#][[;; , 2]] > 1 &])]] (* Amiram Eldar, May 05 2022 *)
CROSSREFS
Sequence in context: A121319 A361994 A034181 * A057439 A256560 A058826
KEYWORD
easy,nonn,frac
AUTHOR
Jonathan Vos Post, Sep 15 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 02:41 EDT 2024. Contains 372497 sequences. (Running on oeis4.)