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 21-30 of 31 results. Next

A176000 Decimal expansion of 1 - A175999.

Original entry on oeis.org

6, 4, 6, 5, 0, 3, 1, 9, 9, 2, 9, 8, 5, 7, 7, 9, 4, 4, 5, 3, 4, 1, 6, 3, 6, 2, 9, 7, 9, 3, 3, 0, 1, 7, 5, 4, 9, 0, 9, 7, 4, 3, 1, 9, 9, 1, 9, 1, 2, 2, 6, 0, 0, 6, 1, 9, 2, 1, 9, 2, 0, 7, 5, 3, 9, 2, 1, 9, 9, 8, 1, 5, 4, 0, 2, 9, 9, 7, 4, 6, 6, 0, 9, 5, 9, 5, 9, 7, 0, 9, 3, 5, 7, 2, 3, 4, 9, 0, 8, 0
Offset: 0

Views

Author

Dylan Hamilton, Nov 05 2010

Keywords

Comments

Area contained by y=x^(1/x),x=1, and y=0

Crossrefs

A194347 Decimal expansion of h_e(1/17), where h_e(x) is the even infinite power tower function.

Original entry on oeis.org

5, 6, 0, 5, 9, 6, 4, 8, 5, 3, 1, 6, 4, 9, 8, 2, 1, 1, 1, 7, 6, 1, 0, 8, 5, 7, 0, 3, 7, 8, 4, 7, 0, 7, 7, 2, 3, 0, 1, 0, 9, 9, 8, 3, 1, 5, 2, 3, 1, 2, 2, 8, 4, 0, 7, 4, 4, 4, 4, 2, 4, 4, 7, 2, 0, 2, 3, 1, 9, 2, 2, 7, 5, 7, 2, 2, 9, 1, 6, 8, 6, 3, 5, 7, 4, 0, 0, 5, 0, 0, 2, 8, 2, 1, 7, 4, 8, 7, 5, 8
Offset: 0

Views

Author

Jonathan Sondow, Aug 27 2011

Keywords

Comments

See the Comments, References and Links in A194346.

Examples

			0.560596485316498211176108570378470772301099831523122840744442447202319227572291...
		

Crossrefs

Programs

  • Mathematica
    a = N[(1/17)^(1/17), 100]; Do[a = (1/17)^(1/17)^a, {3000}]; RealDigits[a, 10, 100] // First

A234604 Floor of the solutions to c = exp(1 + n/c) for n >= 0, using recursion.

Original entry on oeis.org

2, 3, 4, 4, 5, 6, 6, 7, 17, 35, 62, 103, 164, 256, 391, 589, 880, 1303, 1919, 2814, 4112, 5993, 8716, 12655, 18353, 26591, 38499, 55710, 80583, 116523, 168453, 243485, 351889, 508506, 734776, 1061672, 1533938, 2216216
Offset: 0

Views

Author

Richard R. Forberg, Dec 28 2013

Keywords

Comments

For n = 1 to 7 recursion produces convergence to single valued solutions.
For n >= 8 a dual-valued oscillating recursion persists between two stable values. The floor of the upper value for each n is included here. (The lower values of c are under 6 and approach exp(1) = 2.71828 for large n.)
At large n, the ratio of a(n)/a(n-1) approaches exp(1/exp(1)) = 1.444667861009 with more digits given by A073229.
At n = 0, c = exp(1).
At n = 1, c = 3.5911214766686 = A141251.
At n = 2, c = 4.3191365662914
At n = 3, c = 4.9706257595442
At n = 4, c = 5.5723925978776
At n = 5, c = 6.1383336446072
At n = 6, c = 6.6767832796664
At n = 7, c = 7.1932188286406
The convergence becomes "dual-valued" at n > exp(2) = 7.3890560989 = A072334.
At values of n = 7 and 8 the convergence is noticeably slower than at either larger or smaller values of n.
The recursion at n = exp(2) is only "quasi-stable" where c reluctantly approaches exp(2) = exp(1 + exp(2)/exp(2)) from any starting value, but never reaches it, and is not quite able to hold it if given the solution, due to machine rounding errors.

Crossrefs

Formula

a(n) = floor(c) for the solutions to c = exp(1 + n/c) at n = 0 to 7, and the floor of the stable upper values of c for n >= 8.
Conjecture: a(n) = floor(e^(-e^(t^2/e^t - t)*t^2 + t + 1)) for all n > 13. - Jon E. Schoenfield, Jan 11 2014

Extensions

Corrected and edited by Jon E. Schoenfield, Jan 11 2014

A277067 Decimal expansion of value of x such that the solution y to the equation x^y = y has equal real and imaginary parts.

Original entry on oeis.org

7, 5, 0, 0, 4, 5, 2, 5, 6, 4, 6, 0, 1, 5, 1, 7, 1, 1, 2, 3, 7, 8, 5, 2, 9, 9, 3, 0, 3, 6, 8, 2, 2, 4, 1, 5, 5, 2, 5, 2, 1, 0, 9, 6, 1, 0, 7, 5, 1, 4, 7, 2, 5, 0, 9, 3, 7, 2, 0, 5, 3, 1, 7, 9, 8, 2, 7, 9, 3, 7, 7, 4, 6, 5, 3, 7, 8, 1, 1, 3, 7, 8, 4, 0, 8, 2, 1, 1, 7, 4, 9, 2, 1, 1, 6, 1, 5, 9, 4, 8, 7, 8, 3
Offset: 0

Views

Author

David D. Acker, Sep 27 2016

Keywords

Comments

It is not known if this number has a closed form.

Examples

			-0.750045256460151711237852993036822415525210961075147250937205...
		

Crossrefs

Programs

  • Mathematica
    FindRoot[Re[-ProductLog[-Log[x]]/Log[x]] - Im[-ProductLog[-Log[x]]/Log[x]], {x, -0.76, -0.74}, WorkingPrecision -> 261]

Formula

The solution to x^y=y is y=-ProductLog(-log(x))/log(x).

A335028 Decimal expansion of Pi*(exp(1/e) - 1)/2.

Original entry on oeis.org

6, 9, 8, 4, 8, 2, 6, 4, 2, 7, 1, 7, 8, 8, 4, 2, 7, 2, 2, 6, 7, 2, 3, 0, 3, 5, 8, 4, 9, 7, 7, 1, 2, 4, 4, 4, 5, 6, 2, 8, 4, 8, 3, 6, 6, 9, 3, 2, 9, 2, 9, 7, 9, 3, 6, 9, 9, 3, 7, 2, 3, 6, 6, 2, 3, 3, 4, 5, 9, 0, 3, 0, 1, 2, 5, 4, 3, 6, 9, 0, 4, 3, 0, 0, 6, 9, 8
Offset: 0

Views

Author

Amiram Eldar, May 20 2020

Keywords

Comments

The value of an integral (see formula) first calculated by Cauchy in 1825 (with an error that was corrected in 1826).

Examples

			0.69848264271788427226723035849771244456284836693292...
		

Crossrefs

Cf. A000796 (Pi), A001113 (e), A019609 (Pi*e), A019610(Pi*e/2), A073229 (e^(1/e)), A335027.

Programs

  • Mathematica
    RealDigits[Pi*(Exp[1/E] - 1)/2, 10, 100][[1]]
  • PARI
    Pi*(exp(1/exp(1)) - 1)/2 \\ Michel Marcus, May 20 2020

Formula

Equals Integral_{x=0..oo} (exp(cos(x)) * sin(sin(x)) * x /(x^2 + 1)) * dx.

A356562 Decimal expansion of the unique positive real root of the equation x^x^x = x^x + 1.

Original entry on oeis.org

1, 6, 7, 1, 2, 9, 2, 1, 9, 7, 9, 8, 8, 9, 3, 2, 5, 5, 2, 8, 0, 2, 2, 2, 4, 6, 3, 4, 1, 4, 8, 1, 4, 6, 1, 1, 1, 1, 2, 9, 6, 8, 4, 7, 9, 7, 6, 0, 4, 9, 2, 9, 7, 3, 6, 2, 3, 5, 4, 2, 2, 3, 3, 8, 0, 3, 3, 7, 1, 7, 7, 3, 9, 6, 0, 2, 3, 3, 6, 4, 9, 0, 6, 4, 2, 6, 9
Offset: 1

Views

Author

Marco Ripà, Aug 12 2022

Keywords

Comments

This constant is case m=2 in a family of real roots of x^^(m+1) - x^^m = 1, where ^^ is tetration. These roots have lim_{m->inf} x(m) = e^(1/e) (see A073229).

Examples

			1.67129219798893255...
		

Crossrefs

Cf. A073229, A124930 (m=1).

Programs

  • Mathematica
    RealDigits[x /. FindRoot[x^(x^x) == x^x + 1, {x, 2}, WorkingPrecision -> 100]][[1]] (* Amiram Eldar, Aug 13 2022 *)
  • PARI
    solve(x=1, 2, x^x^x - x^x - 1) \\ Michel Marcus, Aug 13 2022

A072551 Decimal expansion of sqrt(e^(1/e)) = 1.20194336847031...

Original entry on oeis.org

1, 2, 0, 1, 9, 4, 3, 3, 6, 8, 4, 7, 0, 3, 1, 4, 4, 6, 7, 1, 9, 4, 2, 4, 1, 1, 3, 9, 3, 8, 1, 2, 9, 7, 0, 8, 0, 4, 4, 0, 1, 8, 7, 1, 5, 3, 9, 3, 5, 1, 6, 9, 0, 9, 5, 6, 3, 0, 9, 8, 9, 0, 1, 3, 8, 3, 1, 5, 7, 8, 4, 5, 1, 1, 2, 1, 6, 8, 1, 0, 7, 1, 8, 4, 9, 4, 4, 4, 1, 8, 1, 4, 3, 0, 2, 1, 6, 3, 8, 2, 4, 2, 1, 9, 6
Offset: 1

Views

Author

Benoit Cloitre, Aug 05 2002

Keywords

Comments

This constant is related to the convergence properties of the following simple algorithm: w(n+2) = A^( w(n+1) + w(n) ) where A is a positive real. Take any w(1), w(2) reals>0, then w(n) converges if and only if, 0 < A < sqrt(e^(1/e)). For example if A=1/2 w(n) converges to 1/2, if A=1/3, w(n) converges to 0.408004405...(If w(n) converges the limit L is always independent of initial values w(1),w(2) and L is < e).

References

  • S. R. Finch, Mathematical Constants, Cambridge, 2003, pp. 448-452.

Crossrefs

See also A073229 for e^(1/e).

Programs

  • Mathematica
    RealDigits[E^(E^-1/2), 10, 110] [[1]]

Extensions

Edited by Robert G. Wilson v, Aug 08 2002

A084574 Continued fraction expansion of e^(1/e).

Original entry on oeis.org

1, 2, 4, 55, 27, 1, 1, 16, 9, 3, 2, 8, 3, 2, 1, 1, 4, 1, 9, 6, 4, 1, 2, 1, 1, 1, 3, 2, 2, 770, 1, 2, 2, 4, 1, 4, 1, 2, 1, 4, 1, 1, 14, 107, 1, 2, 1, 1, 1, 3, 2, 1, 1, 3, 1, 1, 1, 1, 34, 12, 1, 4, 23, 4, 2, 1, 4, 1, 1, 1, 1, 1, 5, 3, 2, 346, 1, 2, 2, 1, 4, 1, 2, 2, 1, 1, 2, 2, 4, 1, 4, 3, 11, 1, 4, 60, 2, 56
Offset: 0

Views

Author

Paul D. Hanna, May 31 2003

Keywords

Crossrefs

Cf. A073229 (decimal expansion).

Programs

  • Mathematica
    ContinuedFraction[E^(1/E),100] (* Harvey P. Dale, Aug 09 2016 *)

Extensions

Offset changed by Andrew Howroyd, Jul 08 2024

A175995 Decimal expansion of A175993 minus A175994.

Original entry on oeis.org

1, 2, 6, 5, 1, 8, 8, 6, 8, 9, 3, 6, 1, 2, 2, 7, 0, 8, 1, 4, 3, 0, 9, 1, 4, 1, 8, 4, 6, 1, 5, 9, 0, 1, 0, 3, 9, 5, 0, 1, 0, 6, 9, 1, 9, 1, 3, 6, 3, 5, 4, 2, 6, 5, 3, 7, 0, 1, 8, 1, 9, 9, 9, 9, 9, 5, 0, 0, 8, 5, 9, 4, 3, 9, 1, 5, 8, 2, 2, 8, 3, 6, 3, 1, 3, 0, 0, 2, 0, 5, 8, 7, 0, 8, 8, 6, 3, 4, 8, 4
Offset: 1

Views

Author

Dylan Hamilton, Nov 05 2010

Keywords

Comments

Area of the region bounded by y=x^(1/x), x=0 and y=e^(1/e). [Corrected by Osea Fracchia, Jul 09 2023]

Examples

			1.2651886893612... = 3.927014394741644... - 2.6618257053804...
		

Crossrefs

A175998 Decimal expansion of (e-1)*(e^(1/e)-1) - int(x^(1/x)-1, x=1..e).

Original entry on oeis.org

1, 7, 4, 0, 1, 7, 6, 2, 9, 0, 5, 2, 8, 8, 3, 0, 0, 3, 2, 3, 8, 4, 1, 1, 4, 4, 6, 2, 2, 6, 1, 6, 9, 0, 6, 1, 5, 3, 2, 7, 3, 0, 5, 3, 8, 9, 3, 0, 0, 6, 3, 4, 8, 1, 6, 8, 9, 1, 0, 5, 2, 6, 0, 2, 5, 4, 0, 3, 1, 1, 9, 0, 7, 9, 4, 2, 1, 0, 8, 6, 4, 6, 4, 3, 4, 5, 9, 4, 2, 6, 3, 0, 4, 5, 2, 9, 7, 2, 5, 0
Offset: 0

Views

Author

Dylan Hamilton, Nov 05 2010

Keywords

Comments

Area contained by y=x^(1/x), x=e, and y=1.
Difference between the numbers defined in A175996 and A175997.

Examples

			0.174017629052883003238411446226169...
		

Crossrefs

Programs

  • PARI
    e=exp(1); (e-1)*(e^(1/e)-1)-intnum(x=1,e,x^(1/x)-1)  \\ - M. F. Hasler, Nov 27 2012
Previous Showing 21-30 of 31 results. Next