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.

A112811 Terms of A110566 grouped.

This page as a plain text file.
%I A112811 #2 Mar 30 2012 17:31:17
%S A112811 1,3,1,3,15,45,15,3,1,11,77,7,1,3,9,27,9,3,33,11,1,25,5,55,275,25,1,
%T A112811 13,39,3,9,27,9,3,1,17,1,49,7,49,931,19,1,11,319,11,319,11,1,3,75,
%U A112811 1725,345,15,645,1935,5805,29025,675,41175,13725,549,20313,6771,183,3,411,15207
%N A112811 Terms of A110566 grouped.
%C A112811 A110566: LCM{1,2,...,n}/denominator of harmonic number H(n).
%C A112811 The factor of change from a(n) to a(n+1) is: 3,3,3,5,3,3,5,3,11,7,11,7,3,3,3,3,3,11,3,11,25,5,11,5,11,25,13,3,13,3,3,3,3,..., . see A110268.
%t A112811 f[n_] := LCM @@ Range[n]/Denominator[HarmonicNumber[n]]; Flatten[Union /@ Split[Table[f[n], {n, 703}]]]
%Y A112811 Cf. A110566, A112812, A110268.
%K A112811 nonn
%O A112811 1,2
%A A112811 _Robert G. Wilson v_, Sep 20 2005