login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A210850 Digits of one of the two 5-adic integers sqrt(-1). 33
2, 1, 2, 1, 3, 4, 2, 3, 0, 3, 2, 2, 0, 4, 1, 3, 2, 4, 0, 4, 3, 4, 0, 4, 1, 2, 4, 1, 4, 1, 1, 3, 1, 4, 1, 4, 2, 0, 1, 1, 3, 3, 2, 2, 4, 0, 4, 2, 4, 0, 3, 1, 2, 4, 0, 3, 3, 0, 3, 0, 0, 0, 3, 1, 3, 1, 1, 0, 3, 0, 0, 3, 4, 1, 3, 3, 3, 4, 0, 2, 2, 0, 2, 0, 1, 0, 4, 1, 1, 4, 4, 2, 1, 0, 2, 0, 0, 3, 0, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A048898 for the successive approximations to this 5-adic integer, called there u.
The digits of -u, the other 5-adic integer sqrt(-1), are given in A210851.
a(n) is the unique solution of the linear congruence 2*A048898(n)*a(n) + A210848(n) == 0 (mod 5), n>=1. Therefore only the values 0, 1, 2, 3 and 4 appear. See the Nagell reference given in A210848, eq. (6) on p. 86 adapted to this case. a(0)=2 follows from the formula given below.
If n>0, a(n) == A210848(n) (mod 5), since A048898(n) == 2 (mod 5). - Álvar Ibeas, Feb 21 2017
If a(n)=0 then A048899(n+1) and A048899(n) coincide.
a(n) + A210851(n) = 4 for n >= 1. - Robert Israel, Mar 04 2016
From Jianing Song, Sep 06 2022: (Start)
With a(0) = 1, this is the digits of one of the four 4th root of -4 in the ring of 5-adic integers, the one that is congruent to 1 modulo 5.
With a(0) = 3, this is the digits of one of the four 4th root of -4 in the ring of 5-adic integers, the one that is congruent to 3 modulo 5. (End)
This square root of -1 in the 5-adic integers is equal to the 5-adic limit of the sequence {L(5^n,2)}, where L(n,x) denotes the n-th Lucas polynomial, the n-th row polynomial of A114525. - Peter Bala, Dec 02 2022
LINKS
FORMULA
a(n) = (b(n+1) - b(n))/5^n, n >= 0, with b(n):=A048898(n) computed from its recurrence. A Maple program for b(n) is given there.
A048898(n+1) = Sum_{k=0..n} a(k)*5^k, n >= 0.
EXAMPLE
a(4) = 3 because 2*182*3 + 53 = 1145 == 0 (mod 5).
A048898(5) = 2057 = 2*5^0 + 1*5^1 + 2*5^2 + 1*5^3 + 3*5^4.
a(8) = 0, therefore A048898(9) = A048898(8) = Sum_{k=0..7} a(k)*5^k = 280182.
MAPLE
R:= select(t -> padic:-ratvaluep(t, 1)=2, [padic:-rootp(x^2+1, 5, 10001)]):
op([1, 1, 3], R); # Robert Israel, Mar 04 2016
MATHEMATICA
Table[Floor[First@Select[PowerModList[-1, 1/2, 5^(k+1)], Mod[#, 5]==2&]/5^k], {k, 0, 99}] (* Giorgos Kalogeropoulos, Feb 28 2023 *)
PROG
(PARI) a(n) = truncate(sqrt(-1+O(5^(n+1))))\5^n; \\ Michel Marcus, Mar 05 2016
CROSSREFS
Sequence in context: A322826 A133117 A344594 * A051276 A226212 A233439
KEYWORD
nonn,base,easy
AUTHOR
Wolfdieter Lang, Apr 30 2012
EXTENSIONS
Keyword "base" added by Jianing Song, Feb 17 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)