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!)
A321077 One of the two successive approximations up to 11^n for 11-adic integer sqrt(5). Here the 7 (mod 11) case (except for n = 0). 2
0, 7, 73, 73, 8059, 154469, 315520, 9173325, 48147667, 691224310, 7765067383, 189327039590, 474638710201, 9889923840364, 217026196703950, 3634774698953119, 11989271037784421, 11989271037784421, 2539224413534253276, 2539224413534253276, 124857405310363345858 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n > 0, a(n) is the unique solution to x^2 == 5 (mod 11^n) in the range [0, 11^n - 1] and congruent to 7 modulo 11.
A321076 is the approximation (congruent to 4 mod 11) of another square root of 5 over the 11-adic field.
LINKS
Wikipedia, p-adic number
FORMULA
For n > 0, a(n) = 11^n - A321076(n).
a(n) = Sum_{i=0..n-1} A321079(i)*11^i.
EXAMPLE
7^2 = 49 = 5 + 4*11.
73^2 = 5329 = 5 + 44*11^2 = 5 + 4*11^3.
PROG
(PARI) a(n) = truncate(-sqrt(5+O(11^n)))
CROSSREFS
Sequence in context: A221161 A137730 A157920 * A080794 A082719 A188465
KEYWORD
nonn
AUTHOR
Jianing Song, Oct 27 2018
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 July 29 15:34 EDT 2024. Contains 374734 sequences. (Running on oeis4.)