login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A212657 Number of subsets of {1,2,...,n} with the sum of reciprocals <= 1. 3
1, 2, 3, 5, 8, 14, 26, 46, 83, 151, 276, 503, 921, 1689, 3113, 5730, 10549, 19441, 35868, 66209, 122316, 226157, 418373, 774394, 1434130, 2657246, 4925837, 9135444, 16949660, 31460444, 58415377, 108502932, 201604081, 374708242, 696650259, 1295562800, 2410001851, 4484208954, 8345621293 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The number of distinct sums of reciprocals is given by A212607.
a(n) grows as 2^(b*n) with b=0.911... (Tikhomirov et al. 2017).
LINKS
M. Tikhomirov et al., Sets of unit fractions with sum <=1, MathOverflow, 2017.
PROG
(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); }
CROSSREFS
Cf. A212658 (reciprocals can appear multiple times).
Sequence in context: A062178 A173282 A178833 * A065955 A196118 A104880
KEYWORD
nonn
AUTHOR
Max Alekseyev, May 23 2012
EXTENSIONS
a(32)-a(35) from Alois P. Heinz, May 23 2012
a(36)-a(95) from Robert Gerbicz, May 23 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 07:11 EDT 2024. Contains 371905 sequences. (Running on oeis4.)