[go: up one dir, main page]

login
A324023
One of the two successive approximations up to 5^n for 5-adic integer sqrt(6). This is the 1 (mod 5) case (except for n = 0).
9
0, 1, 16, 16, 516, 1766, 4891, 36141, 270516, 661141, 6520516, 35817391, 35817391, 768239266, 4430348641, 16637379891, 108190114266, 413365895516, 1939244801766, 9568639333016, 85862584645516, 371964879567391, 1802476354176766, 4186662145192391, 51870377965504891
OFFSET
0,3
COMMENTS
For n > 0, a(n) is the unique solution to x^2 == 6 (mod 5^n) in the range [0, 5^n - 1] and congruent to 1 modulo 5.
A324024 is the approximation (congruent to 4 mod 5) of another square root of 6 over the 5-adic field.
FORMULA
For n > 0, a(n) = 5^n - A324024(n).
a(n) = A048898(n)*A324028(n) mod 5^n = A048899(n)*A324027(n) mod 5^n.
EXAMPLE
16^2 = 256 = 10*5^2 + 6 = 2*5^3 + 6;
516^2 = 266256 = 426*5^4 + 6;
1766^2 = 3118756 = 998*5^5 + 6.
PROG
(PARI) a(n) = truncate(sqrt(6+O(5^n)))
CROSSREFS
Approximations of 5-adic square roots:
A324027, A324028 (sqrt(-6));
A268922, A269590 (sqrt(-4));
A048898, A048899 (sqrt(-1));
this sequence, A324024 (sqrt(6)).
Sequence in context: A361148 A223820 A217980 * A221278 A239533 A070575
KEYWORD
nonn
AUTHOR
Jianing Song, Sep 07 2019
STATUS
approved