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!)
A242304 Decimal expansion of C(5), where C(x) = -Sum_{k>=1} (-1)^k/prime(k)^x. 9
2, 7, 3, 9, 9, 2, 2, 2, 6, 1, 4, 5, 4, 2, 7, 4, 0, 5, 8, 6, 2, 7, 3, 6, 0, 9, 6, 8, 4, 6, 6, 9, 7, 4, 0, 2, 5, 5, 9, 2, 1, 2, 2, 7, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
-1,1
COMMENTS
The alternating series of reciprocal powers of prime numbers converge for any x > 0 (absolutely so if x > 1) but are hard to compute.
The next digits of C(5), after ...46697, seem to converge to a(32)=4, a(33)=0.
LINKS
Stanislav Sykora, PARI/GP scripts for primes-related functions, see function AltSum1DivPrimePwr(x,eps), with instructions.
EXAMPLE
0.0273992226145427405862736096846697402559212277...
MATHEMATICA
Sum[ N[ -(-1)^k/(Prime[k]^5), 64], {k, 1000000000}] (* Robert G. Wilson v, Nov 06 2016 *)
PROG
(PARI) See Sykora link.
(PARI) sumalt(k=1, (-1)^k/prime(k)^5) \\ Michel Marcus, Nov 06 2016
CROSSREFS
Cf. A078437 (x=1), A242301 (x=2), A242302 (x=3), A242303 (x=4).
Cf. A085965.
Sequence in context: A256614 A021369 A340711 * A227415 A361207 A309156
KEYWORD
nonn,cons,hard,more
AUTHOR
Stanislav Sykora, May 14 2014
EXTENSIONS
a(32)-a(43) from Robert G. Wilson v, Nov 06 2016
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 June 9 05:56 EDT 2024. Contains 373227 sequences. (Running on oeis4.)