login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A241296 Decimal expansion of 7^(7^(7^7)) = 7^^4. 11
7, 8, 3, 3, 0, 0, 5, 2, 3, 7, 4, 8, 0, 0, 5, 5, 5, 6, 5, 4, 0, 3, 8, 5, 4, 0, 9, 4, 7, 5, 4, 6, 5, 3, 0, 8, 2, 9, 1, 9, 0, 4, 4, 3, 9, 8, 5, 5, 8, 7, 7, 0, 1, 3, 1, 4, 8, 2, 1, 1, 9, 7, 0, 3, 1, 8, 5, 0, 2, 8, 4, 3, 6, 3, 3, 9, 7, 2, 6, 3, 4, 4, 4, 4, 2, 9, 7, 2, 3, 3, 8, 2, 8, 9, 4, 1, 0, 0, 4, 5, 1, 7, 7, 8, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The offset is 1 because the true offset would be 3.177419493... * 10^695974, which is too large to be represented properly in the OEIS.
LINKS
FORMULA
7^(7^(7^7)) = ((((( ... 823532 ... (((((7^7)^7)^7)^7)^7) ... 823532 ... ^7)^7)^7)^7)^7)^7.
EXAMPLE
7833005237480055565403854094754653082919044398558770131482119703185028436339726344442972338289410045...(3.177419493... * 10^695974)...1766659134033863120639301828875443004447501140571853058472378511366058254036038182879357182733172343.
The above line shows the first one hundred decimal digits and the last one hundred digits with the number of unrepresented digits in parenthesis.
The final one hundred digits where computed by: PowerMod[7, 7^7^7, 10^100].
MATHEMATICA
nbrdgt = 105; f[base_, exp_] := RealDigits[ 10^FractionalPart[ N[ exp*Log10[ base], nbrdgt + Floor[ Log10[ exp]] + 2]], 10, nbrdgt][[1]]; f[ 7, 7^7^7]
CROSSREFS
Sequence in context: A257576 A064207 A020843 * A083648 A133613 A296140
KEYWORD
nonn,cons,fini
AUTHOR
EXTENSIONS
Keyword: fini added by Jianing Song, Sep 18 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 29 16:55 EDT 2024. Contains 374734 sequences. (Running on oeis4.)