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.

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

This page as a plain text file.
%I A166940 #4 Sep 03 2022 19:23:48
%S A166940 2,7,29,73,169,437,1343,3001,29809,32581,388631,418661,5830673,
%T A166940 6216773,6601157,13968079,87787741,127494581,132902893,250430303,
%U A166940 366225215,1749648679,3180922571,9914589163,257145392467,266412327067
%N A166940 Numerators of partial sums (n+1)/n (sorted).
%t A166940 s=0;lst={};Do[AppendTo[lst,Numerator[s+=((n+1)/n)]],{n,5!}];Union@lst
%t A166940 Numerator[Accumulate[Table[(n+1)/n,{n,30}]]]//Sort (* _Harvey P. Dale_, Sep 03 2022 *)
%Y A166940 Cf. A166939
%K A166940 nonn,frac
%O A166940 1,1
%A A166940 _Vladimir Joseph Stephan Orlovsky_, Oct 24 2009