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.

A092514 Decimal expansion of e^(1/5).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 05 2004

Keywords

Comments

e^(1/5) maximizes the value of x^(c/(x^5)) for any real positive constant c, and minimizes for it for a negative constant, on the range x > 0. - A.H.M. Smeets, Aug 16 2018

Examples

			1.22140275816...
		

Crossrefs

Programs

Formula

e^(1/5) = 5^(2*5)/21355775*(1 + Sum_{n>=1} (1 + n^7/5 + n/5)/(5^n*n!)). - Alexander R. Povolotsky, Sep 13 2011
e^(1/5) = (1/2)*lim_{n -> oo} 1 + (6 + (11 + (16 + ... + ((5*n+1)/ (5*n))/...)/15)/10)/5 = lim_{n -> oo} 1 + (1 + (1 + (1 + ... + (1 + 1/(5*n+5))/(5*n)/...)/15)/10)/5. - Rok Cestnik, Jan 19 2017