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.

A376941 Lexicographically earliest sequence of positive integers a(1), a(2), a(3), ... such that for any n > 0, Sum_{k = 1..n} 1/(k*a(k)) < Sum_{k = 1..oo} 1/k^2 = Pi^2/6.

This page as a plain text file.
%I A376941 #11 Nov 03 2024 09:35:10
%S A376941 1,1,3,8,78,18826,848809436,3078251288697343844,
%T A376941 37949774653961921717972183675013581047,
%U A376941 4221065664206126654046840821317530741151656832301121739091602085731664210467
%N A376941 Lexicographically earliest sequence of positive integers a(1), a(2), a(3), ... such that for any n > 0, Sum_{k = 1..n} 1/(k*a(k)) < Sum_{k = 1..oo} 1/k^2 = Pi^2/6.
%H A376941 Scott R. Shannon, <a href="/A376941/b376941.txt">Table of n, a(n) for n = 1..18</a>
%e A376941 a(7) = 848809436 as Sum_{k = 1..7} 1/(k*a(k)) = 1/(1*1) + 1/(2*1) + ... + 1/(6*18826) + 1/(7*848809436) = 430556991329920237/261747263922187680, which is ~4.1*10^-20 less than Pi^2/6.
%Y A376941 Cf. A013661, A376934, A270744, A375781, A375529, A074631, A270752.
%K A376941 nonn
%O A376941 1,3
%A A376941 _Scott R. Shannon_, Oct 12 2024