A079939
Greedy frac multiples of e: a(1)=1, Sum_{n>0} frac(a(n)*e)=1.
Original entry on oeis.org
1, 3, 7, 14, 39, 78, 394, 1001, 2002, 3003, 9545, 10546, 27634, 154257, 398959, 797918, 1196877, 1595836, 5394991, 5793950, 15786014, 130087267, 312129649, 624259298
Offset: 1
a(4) = 14 since frac(1x) + frac(3x) + frac(7x) + frac(14x) < 1, while frac(1x) + frac(3x) + frac(7x) + frac(k*x) > 1 for all k>7 and k<14.
a(15)-a(16) from Mark Hudson (mrmarkhudson(AT)hotmail.com), Jan 30 2003
A079938
Greedy frac multiples of Pi: a(1)=1, Sum_{n>=1} frac(a(n)*Pi) = 1.
Original entry on oeis.org
1, 2, 3, 8, 99, 33102, 66317, 265381, 1360120, 25510582, 78256779, 156513558, 209259755, 340262731, 1963319607, 6701487259, 8664806866, 13402974518, 20104461777, 26805949036, 33507436295, 40208923554, 46910410813
Offset: 1
a(4) = 8 since frac(1x*) + frac(2*x) + frac(3*x) + frac(8*x) < 1, while frac(1*x) + frac(2*x) + frac(3*x) + frac(k*x) > 1 for all k > 3 and k < 8.
-
Digits := 100: a := []: s := 0: x := Pi: for n from 1 to 10000000 do: temp := evalf(s+frac(n*x)): if (temp<1.0) then a := [op(a),n]: print(n): s := s+evalf(frac(n*x)): fi: od: a;
-
first(n)=my(v=vector(n),s=1.,p=Pi-3,k); for(m=1,oo, my(t=frac(p*m)); if(tCharles R Greathouse IV, Jul 25 2024
a(9) from Mark Hudson, Jan 30 2003
A079936
Greedy frac multiples of sqrt(5): a(1)=1, sum(n>0,frac(a(n)*x))=1 at x=sqrt(5).
Original entry on oeis.org
1, 2, 5, 13, 17, 34, 305, 610, 1597, 4181, 5473, 10946, 98209, 196418, 514229, 1346269, 1762289, 3524578, 31622993, 63245986, 165580141, 433494437, 567451585, 1134903170, 10182505537, 20365011074, 53316291173, 139583862445
Offset: 1
a(4) = 13 since frac(1x) + frac(2x) + frac(5x) + frac(13x) < 1, while frac(1x) + frac(2x) + frac(5x) + frac(k*x) > 1 for all k>5 and k<13.
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,322,0,0,0,0,0,-1).
A080017
Denominators of the convergents to the continued fraction of Pi^2/6.
Original entry on oeis.org
1, 1, 2, 3, 14, 31, 138, 997, 1135, 5537, 12209, 42164, 180865, 1850814, 2031679, 5914172, 7945851, 13860023, 21805874, 340948133, 362754007, 1429210154, 8938014931, 10367225085, 19305240016, 48977705117, 68282945133, 117260650250, 185543595383, 488347841016
Offset: 0
A080016
Numerators of the convergents to the continued fraction of Pi^2/6.
Original entry on oeis.org
1, 2, 3, 5, 23, 51, 227, 1640, 1867, 9108, 20083, 69357, 297511, 3044467, 3341978, 9728423, 13070401, 22798824, 35869225, 560837199, 596706424, 2350956471, 14702445250
Offset: 0
Showing 1-5 of 5 results.
Comments