The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A290559 One of the two successive approximations up to 7^n for the 7-adic integer sqrt(2). These are the numbers congruent to 4 mod 7 (except for the initial 0). 10
0, 4, 39, 235, 235, 12240, 79468, 667713, 3961885, 15491487, 15491487, 15491487, 7924798459, 77131234464, 561576286499, 4630914723593, 23621160763365, 189785813611370, 1352938383547405, 4609765579368303, 4609765579368303, 403571097067428308 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
x = ...450454,
x^2 = ...000002 = 2.
LINKS
Wikipedia, Hensel's Lemma.
FORMULA
If n > 0, a(n) = 7^n - A290557(n).
a(0) = 0 and a(1) = 4, a(n) = a(n-1) + 6 * (a(n-1)^2 - 2) mod 7^n for n > 1.
a(n) == 2*T(7^n, 2) (mod 7^n) == (2 + sqrt(3))^(7^n) + (2 - sqrt(3))^(7^n) (mod 7^n), where T(n, x) denotes the n-th Chebyshev polynomial of the first kind. - Peter Bala, Dec 03 2022
EXAMPLE
a(1) = ( 4)_7 = 4,
a(2) = ( 54)_7 = 39,
a(3) = ( 454)_7 = 235,
a(4) = ( 454)_7 = 235,
a(5) = (50454)_7 = 12240.
PROG
(PARI) a(n) = if (n==0, 0, 7^n - truncate(sqrt(2+O(7^n)))); \\ Michel Marcus, Aug 06 2017
CROSSREFS
Sequence in context: A006408 A112460 A296594 * A360740 A059945 A198853
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Aug 05 2017
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 May 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)