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.

Previous Showing 51-60 of 108 results. Next

A059181 Engel expansion of log(3) = 1.09861... .

Original entry on oeis.org

1, 11, 12, 60, 108, 139, 176, 1228, 1356, 3166, 14807, 81596, 116387, 1367315, 4408018, 11560054, 15330821, 448349063, 574897948, 613663772, 636869505, 999446566, 3786082000, 6911150147, 19780703830, 25945009665, 33227233233, 103529753474, 118556676397
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A002391.

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[Log[3], 7!], 100] (* Modified by G. C. Greubel, Dec 27 2016 *)

A059182 Engel expansion of log(10) = 2.30259...

Original entry on oeis.org

1, 1, 4, 5, 20, 30, 48, 74, 265, 818, 897, 2027, 5107, 6846, 13049, 236586, 364437, 643493, 1144424, 7294777, 49484843, 51161394, 76008087, 202870914, 391981014, 11731070977, 79069971960, 415100034571, 1212266245583
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.
  • .

Crossrefs

Cf. A002392.

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@ NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]]; EngelExp[N[Log[10], 7!], 50] (* modified by G. C. Greubel, Dec 26 2016 *)

A059183 Engel expansion of 1/log(2) = 1.4427...

Original entry on oeis.org

1, 3, 4, 4, 5, 5, 5, 6, 47, 109, 935, 4763, 7821, 8895, 9889, 35798, 44347, 1146551, 7874944, 8043393, 27403243, 34058912, 58098040, 68760470, 80046897, 560099631, 611427977, 14235032003, 602865059026, 813485869378
Offset: 1

Views

Author

Mitch Harris, May 16 2003

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A007525 (1/log(2)).

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[1/Log[2], 7!], 100] (* Modified by G. C. Greubel, Dec 27 2016 *)

A059184 Engel expansion of 1/log(10) = 0.434294....

Original entry on oeis.org

3, 4, 5, 18, 27, 37, 415, 445, 1812, 2475, 3928, 6707, 14673, 65863, 89033, 265841, 1293955, 1525697, 2541166, 7906280, 107955268, 154190828, 887303031, 1767107652, 3068165143, 3209500563, 92762706640, 147991352023
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A002285 (1/log(10)).

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[1/Log[10], 7!], 100] (* Modified by G. C. Greubel, Dec 27 2016 *)

A059185 Engel expansion of Pi^2 = 9.8696...

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 9, 28, 45, 72, 111, 329, 415, 846, 1488, 5684, 1895742, 2890879, 5388452, 18083303, 30915293, 32699271, 38719784, 70637726, 118179186, 151342409, 995604288, 1839673662, 5342025157
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A002388 (Pi^2).

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[Pi^2, 7!], 100] (* modified by G. C. Greubel, Dec 27 2016 *)

A059187 Engel expansion of sqrt(Pi) = 1.77245... .

Original entry on oeis.org

1, 2, 2, 12, 13, 90, 121, 3457, 7372, 42530, 147081, 348753, 1185480, 17262610, 28408922, 87175278, 120293961, 344697955, 634418862, 3889219736, 8965899278, 9695659687, 18962955420, 27004920068, 67070581522
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A002161 (sqrt(Pi)).

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[Sqrt[Pi], 7!], 100] (* Modified by G. C. Greubel, Dec 27 2016 *)

A059190 Engel expansion of gamma^2, (gamma is the Euler-Mascheroni constant A001620) = 0.333178.

Original entry on oeis.org

4, 4, 4, 4, 4, 6, 23, 26, 126, 132, 154, 269, 421, 911, 1899, 7335, 14245, 34244, 78354, 173699, 239896, 247397, 659900, 1646344, 2454988, 6831657, 65833355, 839918922, 1187969748, 3583279448, 4114383765, 6590212761, 11304687651
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A155969.

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[EulerGamma^2, 7!], 100] (* Modified by G. C. Greubel, Dec 27 2016 *)

A059191 Engel expansion of 1/gamma, (gamma is the Euler-Mascheroni constant A001620) = 1.73245.

Original entry on oeis.org

1, 2, 3, 3, 6, 10, 20, 46, 226, 1836, 3719, 14308, 17262, 129530, 945152, 1535786, 2229882, 3560447, 9434930, 20957352, 102311436, 312567415, 449243761, 4362956254, 12000988888, 22909186976, 29969826721
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A098907.

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[EulerGamma^2, 7!], 100] (* Modified by G. C. Greubel, Dec 27 2016 *)

A059192 Engel expansion of log(1/gamma) (where gamma is the Euler-Mascheroni constant A001620) = 0.549539...

Original entry on oeis.org

2, 11, 12, 13, 53, 348, 5263, 9960, 17040, 33193, 72960, 125350, 663179, 1096815, 3481893, 4802237, 7782503, 9659740, 279957736, 454935116, 460488754, 1710020367, 51367039980, 55286622194, 323648965384, 2061149370731
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A002389.

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[Log[1/EulerGamma], 7!], 100] (* Modified by G. C. Greubel, Dec 27 2016 *)

A059196 Engel expansion of e^Pi = 23.14069... .

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 8, 232, 238, 428, 1103, 3261, 6085, 15565, 20674, 43910, 177426, 193017, 1480418, 1739984, 2573921, 5238757, 14403086, 25953812, 34670065, 84077823, 258624998, 330484686
Offset: 1

Views

Author

Keywords

Comments

Cf. A006784 for definition of Engel expansion.

References

  • F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.

Crossrefs

Cf. A039661.

Programs

  • Mathematica
    EngelExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@
    NestList[{Ceiling[1/Expand[#[[1]] #[[2]] - 1]], Expand[#[[1]] #[[2]] - 1]/1} &, {Ceiling[1/(A - Floor[A])], (A - Floor[A])/1}, n - 1]];
    EngelExp[N[E^Pi, 7!], 100] (* G. C. Greubel, Dec 28 2016 *)
Previous Showing 51-60 of 108 results. Next