cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A166939 Numerators of partial sums (n+1)/n (not sorted).

This page as a plain text file.
%I A166939 #10 Aug 27 2024 15:23:16
%S A166939 2,7,29,73,437,169,1343,3001,29809,32581,388631,418661,5830673,
%T A166939 6216773,6601157,13968079,250430303,87787741,1749648679,366225215,
%U A166939 127494581,132902893,3180922571,9914589163,257145392467,266412327067,2480998948403,2564180718503
%N A166939 Numerators of partial sums (n+1)/n (not sorted).
%F A166939 2/1, 3/2, 4/3, 5/4, 6/5, ... -> 2/1, 7/2, 29/6, 73/12, 437/60, ... .
%t A166939 s=0;lst={};Do[AppendTo[lst,Numerator[s+=((n+1)/n)]],{n,3*4!}];lst
%t A166939 Numerator[Accumulate[Table[(n+1)/n,{n,30}]]] (* _Harvey P. Dale_, Jun 14 2013 *)
%Y A166939 Cf. A002805.
%K A166939 nonn,frac
%O A166939 1,1
%A A166939 _Vladimir Joseph Stephan Orlovsky_, Oct 24 2009