#author("2021-11-02T13:46:37+00:00","","") *[[Problem 188:http://projecteuler.net/problem=188]] 「ある数のハイパーべき乗」 [#ca14ad64] 数 a の正整数 b による ハイパーべき乗 (hyperexponentiation) または テトレーション (tetration) を a↑↑b または &tex{^{b}a}; と書き, 以下のように再帰的に定義する. -a↑↑1 = a, -a↑↑(k+1) = &tex{a^{(a↑↑k)}};. 定義によれば 3↑↑2 = &tex{3^{3}}; = 27であり, 3↑↑3 = &tex{3^{27}}; = 7625597484987となる. また, 3↑↑4は大体10&sup{3.6383346400240996*10^12};となる. 定義によれば 3↑↑2 = &tex{3^{3}}; = 27であり, 3↑↑3 = &tex{3^{27}}; = 7625597484987 となる. また, 3↑↑4 は大体 10^(3.6383346400240996*10^12) となる. 1777↑↑1855の最後の8桁を求めよ. 1777↑↑1855 の最後の 8 桁を求めよ. IP:219.106.167.72 TIME:"2021-11-02 (火) 22:46:37" REFERER:"http://odz.sakura.ne.jp/projecteuler/index.php" USER_AGENT:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:93.0) Gecko/20100101 Firefox/93.0"