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!)
A219507 Pierce expansion of (5 - sqrt(21))/2. 2

%I #20 Nov 15 2016 02:42:03

%S 4,6,109,111,1330669,1330671,2356194280407770989,2356194280407770991,

%T 13080769480548649962914459850235688797656360638877986029,

%U 13080769480548649962914459850235688797656360638877986031

%N Pierce expansion of (5 - sqrt(21))/2.

%C For x in the open interval (0,1) define the map f(x) = 1 - x*floor(1/x). The n-th term (n >= 0) in the Pierce expansion of x is given by floor(1/f^(n)(x)), where f^(n)(x) denotes the n-th iterate of the map f, with the convention that f^(0)(x) = x.

%C The present sequence is the case x = 1/2*(5 - sqrt(21)).

%C _Jeffrey Shallit_ has shown that the Pierce expansion of the quadratic irrational (c - sqrt(c^2 - 4))/2 has the form [c(0) - 1, c(0) + 1, c(1) - 1, c(1) + 1, c(2) - 1, c(2) + 1, ...], where c(0) = c and c(n+1) = c(n)^3 - 3*c(n). This is the case c = 5. For other cases see A006276 (c = 3), A219506 (c = 4) and A006275 (essentially c = 6 apart from the initial term).

%C The Pierce expansion of {(c - sqrt(c^2 - 4))/2}^(3^n) is [[c(n) - 1, c(n) + 1, c(n+1) - 1, c(n+1) + 1, c(n+2) - 1,c(n+2) + 1, ...].

%H G. C. Greubel, <a href="/A219507/b219507.txt">Table of n, a(n) for n = 0..13</a>

%H T. A. Pierce, <a href="http://www.jstor.org/stable/2299963">On an algorithm and its use in approximating roots of algebraic equations</a>, Amer. Math. Monthly, Vol. 36 No. 10, (1929) p.523-525.

%H Jeffrey Shallit, <a href="http://www.fq.math.ca/Scanned/22-4/shallit1.pdf">Some predictable Pierce expansions</a>, Fib. Quart., 22 (1984), 332-335.

%H E. W. Weisstein, <a href="http://mathworld.wolfram.com/PierceExpansion.html">MathWorld: Pierce Expansion</a>

%F a(2*n) = (1/2*(5 + sqrt(21)))^(3^n) + (1/2*(5 - sqrt(21)))^(3^n) - 1.

%F a(2*n+1) = (1/2*(5 + sqrt(21)))^(3^n) + (1/2*(5 - sqrt(21)))^(3^n) + 1.

%e Let x = 1/2*(5 - sqrt(21)). We have the alternating series expansions

%e x = 1/4 - 1/(4*6) + 1/(4*6*109) - 1/(4*6*109*111) + ...

%e x^3 = 1/109 - 1/(109*111) + 1/(109*111*1330669) - ...

%e x^9 = 1/1330669 - 1/(1330669*1330671) + ....

%t PierceExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@ NestList[{Floor[1/Expand[1 - #[[1]] #[[2]]]], Expand[1 - #[[1]] #[[2]]]} &, {Floor[1/(A - Floor[A])], A - Floor[A]}, n - 1]]; PierceExp[N[(5 - Sqrt[21])/2 , 7!], 10] (* _G. C. Greubel_, Nov 14 2016 *)

%Y Cf. A006275, A006276, A219160, A219506, A219508.

%K nonn,easy

%O 0,1

%A _Peter Bala_, Nov 22 2012

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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)