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!)
A274980 Denominator of the alternating n-th partial sum of the reciprocals of the successive prime gaps. 1
1, 2, 1, 4, 4, 1, 2, 4, 12, 12, 12, 6, 3, 12, 4, 12, 12, 12, 3, 6, 3, 12, 4, 8, 8, 8, 8, 8, 8, 56, 56, 168, 168, 840, 840, 840, 840, 840, 280, 840, 840, 840, 840, 840, 840, 280, 840, 840, 840, 840, 280, 280, 280, 840, 280, 840, 840, 840, 840, 840, 168, 168, 168, 168, 168, 168, 168 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Denominator(Sum_{i=1..n} ((-1)^(i - 1))/(prime(i+1)-prime(i))).
a(n) = Denominator(Sum_{i=1..n} ((-1)^(i - 1))/A001223(i)).
MATHEMATICA
Table[Denominator@Sum[((-1)^(j - 1))/(Prime[j + 1] - Prime[j]), {j, 1, n}], {n, 1, 120}];
CROSSREFS
Sequence in context: A214670 A181878 A256791 * A274826 A129862 A137593
KEYWORD
nonn,frac
AUTHOR
Andres Cicuttin, Jul 14 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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)