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.

A277527 Decimal expansion of the sixth derivative of the infinite power tower function x^x^x... at x = 1/2, negated.

Original entry on oeis.org

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

Views

Author

Alois P. Heinz, Oct 19 2016

Keywords

Examples

			-277.441320354061791058569551395984751488030915...
		

Crossrefs

Programs

  • Mathematica
    f[x_] := -ProductLog[-Log[x]]/Log[x]; RealDigits[Derivative[6][f][1/2], 10, 120][[1]] (* Amiram Eldar, May 23 2023 *)