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.

A081971 Consider the harmonic progression 1,1/2,1/3,1/4,1/5,..., group the terms such that the n-th group contains n members like this (1/1),(1/2,1/3),(1/4,1/5,1/6), (1/7,1/8,1/9,1/10),... a(n) = the numerator of the reduced rational sum of the terms of the n-th group.

This page as a plain text file.
%I A081971 #5 Dec 05 2013 19:56:03
%S A081971 1,5,37,1207,7793,532541,35036093,419218787,98431469723,
%T A081971 14642854403167,6408932966879,4075936031956831,504163702484694137,
%U A081971 78452289445098136367,9442422052170405158543,711841627568479091422201
%N A081971 Consider the harmonic progression 1,1/2,1/3,1/4,1/5,..., group the terms such that the n-th group contains n members like this (1/1),(1/2,1/3),(1/4,1/5,1/6), (1/7,1/8,1/9,1/10),... a(n) = the numerator of the reduced rational sum of the terms of the n-th group.
%C A081971 Equivalently, numerator of sum_{i=n(n-1)/2+1..n(n+1)/2} 1/i.
%o A081971 (PARI) nsn(n) = numerator(sum(i = n*(n-1)/2+1, n*(n+1)/2, 1/i));  \\ _Michel Marcus_, Aug 29 2013
%Y A081971 Denominator is in A082681.
%K A081971 nonn,frac
%O A081971 1,2
%A A081971 _Amarnath Murthy_, Apr 03 2003
%E A081971 More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 08 2003