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.

Showing 1-2 of 2 results.

A243406 Decimal expansion of 8^(1/sqrt(8)).

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Jun 05 2014

Keywords

Examples

			2.0858857967599065528890408701429704566560332036958385127160...
		

Crossrefs

Cf. A002581, A243443 (k=7), A243444 (k=6).

Programs

  • Mathematica
    RealDigits[8^(1/Sqrt[8]),10,120][[1]] (* Harvey P. Dale, Nov 05 2019 *)
  • PARI
    default(realprecision,20080);8.0^(1.0/sqrt(8.0));

A243444 Decimal expansion of 6^(1/sqrt(6)).

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Jun 05 2014

Keywords

Examples

			2.078159695361038398942117153774836291931665142240182694949640...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[6^(1/Sqrt[6]),10,120][[1]] (* Harvey P. Dale, Aug 03 2018 *)
  • PARI
    default(realprecision, 20080); 6.0^(1.0/sqrt(6.0));
Showing 1-2 of 2 results.