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!)
A122151 Indices n such that A122150[n] is a prime. 3
3, 4, 13, 60, 66, 75, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A122150[n] = Numerator[ Sum[ (-1)^(k+1) * 1/2^Prime[k], {k,1,n} ] ] begins {1,1,5,19,305,1219,19505,78019,1248305,79891519,319566077,20452228927, 327235662833,...}. Primes in A122150[n] are listed in A122152[n] = {5,19,327235662833,...}.
LINKS
FORMULA
A122150[ a(n) ] = A122152[n].
MATHEMATICA
Do[f=Numerator[Sum[(-1)^(k+1)*1/2^Prime[k], {k, 1, n}]]; If[PrimeQ[f], Print[{n, f}]], {n, 1, 1000}]
CROSSREFS
Sequence in context: A243764 A201821 A001056 * A294384 A216868 A082732
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Aug 22 2006
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)