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.

A212657 Number of subsets of {1,2,...,n} with the sum of reciprocals <= 1.

This page as a plain text file.
%I A212657 #15 Sep 15 2017 06:12:31
%S A212657 1,2,3,5,8,14,26,46,83,151,276,503,921,1689,3113,5730,10549,19441,
%T A212657 35868,66209,122316,226157,418373,774394,1434130,2657246,4925837,
%U A212657 9135444,16949660,31460444,58415377,108502932,201604081,374708242,696650259,1295562800,2410001851,4484208954,8345621293
%N A212657 Number of subsets of {1,2,...,n} with the sum of reciprocals <= 1.
%C A212657 The number of distinct sums of reciprocals is given by A212607.
%C A212657 a(n) grows as 2^(b*n) with b=0.911... (Tikhomirov et al. 2017).
%H A212657 Robert Gerbicz, <a href="/A212657/b212657.txt">Table of n, a(n) for n = 0..95</a>
%H A212657 M. Tikhomirov et al., <a href="https://mathoverflow.net/q/281124">Sets of unit fractions with sum <=1</a>, MathOverflow, 2017.
%o A212657 (PARI) { A212657(n) = my(L=lcm(vector(n,i,i))); polcoeff( prod(i=1,n, 1+x^(L/i)+O(x^(L+1)) )/(1-x), L); }
%Y A212657 Cf. A212658 (reciprocals can appear multiple times).
%Y A212657 Cf. A212606, A212607, A020473, A092669, A092671, A208480.
%K A212657 nonn
%O A212657 0,2
%A A212657 _Max Alekseyev_, May 23 2012
%E A212657 a(32)-a(35) from _Alois P. Heinz_, May 23 2012
%E A212657 a(36)-a(95) from _Robert Gerbicz_, May 23 2012