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.

A243913 Decimal expansion of 9^(9^(9^9)) = 9^^4.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

The offset is taken to be 1 because the true offset would be 4.085349171835445 * 10^369693099, too large to be written out in full.

Examples

			=2141983294796805611333364373442480830147227072845128488706516195982808749656704847036118447249917368...(4.085349171835445... * 10^369693099) ... 3771540670946945552331518959254852001991324340257630363975097419408973491530163140828233401045865289.
The first and last 100 digits are shown above, with the intervening digits omitted. The final one hundred digits cannot be computed with: PowerMod[9, 9^9^9, 10^100] with any version of Mathematica before version 9. Instead (* Import Mmca coding for "SuperPowerMod" and "LogStar" from text file and then *) SuperPowerMod[9, 4, 10^100].
		

References

  • Ilan Vardi, "Computational Recreations in Mathematica," Addison-Wesley Publishing Co., Redwood City, CA, 1991, pages 226-229.

Crossrefs

Programs

  • Mathematica
    nbrdgt = 105; f[base_, exp_] := RealDigits[ 10^FractionalPart[ N[ exp*Log10[ base], nbrdgt + Floor[ Log10[ exp]] + 2]], 10, nbrdgt][[1]]; f[ 9, 9^9^9] (* needs version 9.0 to run *)

Formula

9^(9^(9^9)) = ((((( ... 387420478 ... (((((9^9)^9)^9)^9)^9) ... 387420478 ... ^9)^9)^9)^9)^9)^9.

Extensions

Keyword: fini added by Jianing Song, Sep 18 2019