A309450 The successive approximations up to 7^n for 7-adic integer 2^(1/5).
0, 4, 46, 95, 1124, 15530, 82758, 435705, 4553420, 27612624, 269734266, 1682110511, 9591417483, 9591417483, 9591417483, 4078929854577, 23069175894349, 122767967603152, 1053290023551980, 9195358013104225, 77588729125343083, 237173261720567085, 1354264989887135099
Offset: 0
Keywords
Examples
a(1) = ( 4)_7 = 4, a(2) = ( 64)_7 = 46, a(3) = ( 164)_7 = 95, a(4) = (3164)_7 = 1124.
Links
- Robert Israel, Table of n, a(n) for n = 0..1182
Crossrefs
Programs
-
Maple
A:= op([1,3],padic:-rootp(x^5 -2, 7, 25)): seq(add(A[i]*10^(i-1),i=1..n),n=0..25); # Robert Israel, Aug 04 2019
-
PARI
{a(n) = truncate((2+O(7^n))^(1/5))}
Formula
a(0) = 0 and a(1) = 4, a(n) = a(n-1) + (a(n-1)^5 - 2) mod 7^n for n > 1.
Comments