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!)
A241189 Numerator of Sum_{i=1..n} 1/(prime(i)*prime(i+1)). 5
1, 7, 11, 127, 1693, 29243, 561623, 13019431, 379503437, 11809225121, 438235268123, 18007758091069, 775817745542929, 36524284093223105, 1938403609207158571, 2160165866032831207, 131893095784520401909, 8844093116997411126541, 628373208972323386101329, 45900898298568589325230523 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(371) has 1002 decimal digits. - Michael De Vlieger, Jan 27 2016
LINKS
EXAMPLE
1/6, 7/30, 11/42, 127/462, 1693/6006, 29243/102102, 561623/1939938, 13019431/44618574, 379503437/1293938646, 11809225121/40112098026, 438235268123/1484147626962, ...
MAPLE
g:= n-> add(1/(ithprime(i)*ithprime(i+1)), i=1..n);
t1:=[seq(g(n), n=1..20)];
t1a:=map(numer, t1); # A241189
t1b:=map(denom, t1); # A241190
MATHEMATICA
Table[Numerator@ Sum[1/(Prime[i + 1] Prime@ i), {i, n}], {n, 20}] (* Michael De Vlieger, Jan 27 2016 *)
Accumulate[1/#&/@(Times@@@Partition[Prime[Range[25]], 2, 1])]//Numerator (* Harvey P. Dale, Mar 14 2023 *)
CROSSREFS
Sequence in context: A132958 A371485 A355577 * A057737 A130704 A335813
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Apr 25 2014, based on a suggestion from Timothy Varghese.
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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)