Thanks to everyone who made a donation during our annual appeal! To see the list of donors, or make a donation, see the OEIS Foundation home page.
0,1
Michael Reilly, Table of n, a(n) for n = 0..10000
q[x_] := Apply[Times, Table[Prime[w], {w, 1, PrimePi[x]}]];
ContinuedFraction[Sum[1/q[n], {n, 0, 100}]]
Cf. A249270, A034386.
Sequence in context: A098290 A160110 A258055 * A139393 A037916 A320390
Adjacent sequences: A339303 A339304 A339305 * A339307 A339308 A339309
nonn,cofr
Michael Reilly, Nov 29 2020
approved