A325484 One of the four successive approximations up to 5^n for the 5-adic integer 6^(1/4). This is the 1 (mod 5) case (except for n = 0).
0, 1, 21, 121, 246, 2121, 5246, 52121, 286496, 677121, 677121, 20208371, 117864621, 606145871, 3047552121, 3047552121, 94600286496, 704951848996, 2993770208371, 2993770208371, 79287715520871, 270022578802121, 746859737005246, 5515231319036496, 29357089229192746
Offset: 0
Keywords
Examples
The unique number k in [1, 5^2] and congruent to 1 modulo 5 such that k^4 - 6 is divisible by 5^2 is k = 21, so a(2) = 21. The unique number k in [1, 5^3] and congruent to 1 modulo 5 such that k^4 - 6 is divisible by 5^3 is k = 121, so a(3) = 121.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = lift(sqrtn(6+O(5^n), 4))
Comments