A322087 Digits of one of the two 13-adic integers sqrt(3).
4, 8, 6, 8, 12, 2, 1, 9, 9, 10, 1, 6, 4, 10, 6, 11, 11, 9, 5, 5, 0, 5, 2, 5, 8, 0, 8, 7, 3, 5, 3, 12, 0, 3, 10, 3, 5, 8, 1, 12, 11, 8, 7, 0, 3, 1, 4, 9, 9, 9, 1, 10, 6, 12, 2, 7, 3, 5, 1, 6, 12, 1, 1, 12, 10, 5, 6, 11, 7, 8, 12, 10, 1, 3, 5, 5, 5, 7, 11, 1, 5
Offset: 0
Examples
...BC1853A30C35378085250559BB6A461A9912C8684.
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- Peter Bala, Using Chebyshev polynomials to find the p-adic square roots of 2 and 3, Dec 2022.
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(sqrt(3+O(13^(n+1))))\13^n
Comments