cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-9 of 9 results.

A115064 Continued fraction expansion of Viswanath's constant A078416.

Original entry on oeis.org

1, 7, 1, 1, 2, 1, 3, 2, 1, 2, 1, 8, 1, 5
Offset: 0

Views

Author

Shane Findley, Mar 01 2006

Keywords

Crossrefs

Cf. A078416 (decimal expansion).

Extensions

Values from a(12) on replaced consistent with A078416; invalid comments removed - R. J. Mathar, Sep 09 2009
Offset changed by Andrew Howroyd, Aug 03 2024

A083404 Illustration of Viswanath's constant A078416.

Original entry on oeis.org

1, 2, 6, 14, 32, 82, 196, 464, 1142, 2746, 6576, 15976, 38484, 92544, 223790, 539402, 1299184, 3136178, 7560760, 18222032, 43956888, 105980632, 255487040, 616137680, 1485562228, 3581617536, 8636505982, 20823634954, 50206996848
Offset: 0

Views

Author

Frank Ellermann, Jun 07 2003

Keywords

Comments

a(n) is the sum of the absolute values of the (2+n)-th terms in 2^n "random Fibonacci sequences" using either addition or subtraction.
Viswanath's constant V approximates a(15) = 223790 by (2*V)^15 or about 210416.
Approximating a(19) = 7560760 by (2*V)^19 or about 5527978 appears to be bad, why?
Viswanath's constant is not relevant for this sequence, since these two questions are different: what is the growth rate of almost random Fibonacci sequences, what is the average value of the n-th term of such a random Fibonacci sequence? (I've just submitted a paper to Journal of Number Theory to prove that the two problems have different solutions. I'm currently preparing a second paper which gives the explicit value of the constant involved in the context of average value of n-th term.) - Benoit Rittaud (rittaud(AT)math.univ-paris13.fr), Mar 10 2006

Examples

			a(2) = 6 = 1 +1 +3 +abs(-1), the 2^2 last terms in (1,1,0,1), (1,1,0,1), (1,1,2,3), (1,1,2,-1).
		

Crossrefs

Cf. Viswanath's constant A078416, V = 1.13198824...

Programs

  • Rexx
    A.1 = 1; B.1 = 1; SSS = 1; do N = 1 to 18; M = 2**(N-1); Sum = 0; do K = 1 to M; L = K + M; ADD = A.K + B.K; SUB = A.K - B.K; A.K = B.K; A.L = B.K; B.K = ADD; B.L = SUB; Sum = Sum + abs( ADD ) + abs( SUB ); end K; SSS = SSS Sum; end N; say SSS

Formula

This sequence is exponentially increasing, with growth rate equal to x-1=1.20556943..., where x is the only real number solution of the equation x^3 = 2x^2 + 1. - Benoit Rittaud (rittaud(AT)math.univ-paris13.fr), Jan 20 2007

Extensions

More terms from David Wasserman, Nov 01 2004

A137421 Decimal expansion of growth constant in random Fibonacci sequence.

Original entry on oeis.org

1, 2, 0, 5, 5, 6, 9, 4, 3, 0, 4, 0, 0, 5, 9, 0, 3, 1, 1, 7, 0, 2, 0, 2, 8, 6, 1, 7, 7, 8, 3, 8, 2, 3, 4, 2, 6, 3, 7, 7, 1, 0, 8, 9, 1, 9, 5, 9, 7, 6, 9, 9, 4, 4, 0, 4, 7, 0, 5, 5, 2, 2, 0, 3, 5, 5, 1, 8, 3, 4, 7, 9, 0, 3, 5, 9, 1, 6, 7, 4, 6, 9, 1, 7, 6, 4, 1, 8, 2, 6, 9, 5, 7, 8, 0, 5, 2, 5
Offset: 1

Views

Author

Jonathan Vos Post, Apr 16 2008

Keywords

Comments

Real zero of x^3 + x^2 - x - 2. - Charles R Greathouse IV, May 28 2011
This is the infinite nested radical sqrt(1+sqrt(-1+sqrt(1+sqrt(-1+...)))), evaluated as the limit for an increasing (even) number of terms (an odd number of terms gives always 1) and using the main branch of the complex sqrt(z) function. This real-valued constant is in fact the unique attractor of the complex mapping M(z)=sqrt(1+sqrt(-1+z)), with its attraction domain covering the whole complex plane, excluding z = 1, the other invariant point of M(z). Closely related is A272874. - Stanislav Sykora, May 08 2016
From Wolfdieter Lang, Oct 17 2022: (Start)
This equals r0 - 1/3 where r0 is the real root of y^3 - (4/3)*y - 43/27.
The other roots of x^3 + x^2 - x - 2 are (w1*(4*(43 + 3*sqrt(177)))^(1/3) + w2*(4*(43 - 3*sqrt(177)))^(1/3) - 2)/6 = -1.1027847152... + 0.6654569511...*i, and its complex conjugate, where w1 = (-1 + sqrt(3)*i)/2 and w2 = (-1 - sqrt(3)*i)/2 are the complex roots of x^3 - 1.
Using hyperbolic functions these roots are -(1 + 2*cosh((1/3)*arccosh(43/16)) - 2*sqrt(3)*sinh((1/3)*arccosh(43/16))*i)/3, and its complex conjugate.
(End)

Examples

			1.20556943040059031170202861778382342637710891959769944...
		

Crossrefs

Programs

Formula

In the book by Benoît Rittaud et al. it is stated that this number is cube_root(43/54+sqrt(59/108))+cube_root(43/54-sqrt(59/108))-1/3. - Eric Desbiaux, Sep 13 2008, Oct 17 2008
The largest real solution of x = sqrt(1+sqrt(-1+x)). - Stanislav Sykora, May 08 2016
From Wolfdieter Lang, Oct 17 2022: (Start)
Equals ((4*(43 + 3*sqrt(177)))^(1/3) + 16*(4*(43 + 3*sqrt(177)))^(-1/3) - 2)/6.
Equals ((4*(43 + 3*sqrt(177)))^(1/3) + (4*(43 - 3*sqrt(177)))^(1/3) - 2)/6.
Equals (4*cosh((1/3)*arccosh(43/16)) - 1)/3. (End)

Extensions

More terms from R. J. Mathar, Apr 23 2008
More terms from Jean-François Alcover, Aug 06 2014

A201506 Decimal expansion of the growth constant of sequences x_{n+1} = x_n + c_{n+1} *x_{n-1} with normally distributed random coefficients c_n.

Original entry on oeis.org

1, 0, 5, 7, 4, 7, 3, 5, 5, 3, 7, 0, 4, 6
Offset: 1

Views

Author

R. J. Mathar, Dec 02 2011

Keywords

Examples

			1.0574735537 ...
		

Crossrefs

A118288 Decimal expansion of the Embree-Trefethen constant.

Original entry on oeis.org

7, 0, 2, 5, 8
Offset: 0

Views

Author

Eric W. Weisstein, Apr 22 2006

Keywords

Comments

Suppose b(1) = 1 and b(n+1) = +-b(n) +- x*b(n-1) with the four choices of sign made with equal probability. Embree and Trefethen show that if x is less than this constant, b(n) tends to 0; otherwise, |b(n)| increases without bound. - Charles R Greathouse IV, Jul 19 2013
Named after the American mathematicians Mark Patrick Embree (b. 1974) and Lloyd Nicholas Trefethen (b. 1955). - Amiram Eldar, Jun 16 2021

Examples

			0.70258...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, section 1.2.4, p. 10.

Crossrefs

Cf. A078416.

A135500 Generating function for Viswanath's constant, using the golden string.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0
Offset: 0

Views

Author

Shane Findley, Feb 19 2008

Keywords

Comments

For each bit of the golden string that is a 1, write seven consecutive bits and for each 0 of the golden string write eight consecutive bits.
Alternate between 0 and 1. Exclude the first seven bits since we are based at zero, just like the golden string. Heads = 1, Tails = 0.

Examples

			Bit 1 of the golden string is a 1, so bits 8-14(seven consecutive) are the same. Bit 2 of the golden string is 0, so bits 15-22(eight consecutive) are the same. Odd bits of the golden string mean to write 1 and even bits of the golden string mean to write 0.
		

Crossrefs

Formula

Each power of Viswanath's constant (1.131988248...) And V^3 has a corresponding coin flip. Simply take the absolute values of the two possible(+Heads or -Tails) outcomes and choose the flip closest to the value of the power.

A140443 Difference between n-th Fibonacci number and floored n-th power of Viswanath's constant.

Original entry on oeis.org

0, 0, 1, 2, 4, 6, 11, 19, 31, 52, 86, 140, 228, 372, 604, 980, 1589, 2575, 4171, 6754, 10933, 17696, 28640, 46349, 75003, 121368, 196390, 317779, 514193, 831999, 1346223, 2178257, 3524519, 5702820, 9227389, 14930266, 24157719, 39088058
Offset: 1

Views

Author

Alonso del Arte, Jun 25 2008

Keywords

Comments

Using the value of Viswanath's constant given by Eric Weisstein's notebook (v = 1.1321506910656020459) makes this sequence different from a(32) forwards; the gap gradually widens after that.

Examples

			a(7) = 11 because F(7) = 13 and v^7 is approximately 2.38173, which floored is 2, so 13 - 2 = 11.
		

Crossrefs

Cf. the Fibonacci numbers A000045, decimal expansion of Viswanath's constant A078416.

Programs

  • Mathematica
    V = 1.1319882487943; Table[Fibonacci[n] - Floor[V^n], {n, 50}]

Formula

a(n) = F(n) - floor(v^n), where F(n) is given by A000045 with F(1) = F(2) = 1 and v = 1.1319882487943 as given by A078416.

A140471 Floored n-th power of Viswanath's constant.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 5, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 22, 25, 28, 32, 36, 41, 46, 52, 59, 67, 76, 86, 98, 111, 125, 142, 161, 182, 206, 233, 264, 299, 339, 384, 434, 492, 557, 630, 713, 808, 914, 1035, 1172, 1326, 1502, 1700, 1924
Offset: 0

Views

Author

Alonso del Arte, Jun 28 2008

Keywords

Comments

For sufficiently large terms of a random Fibonacci sequence, the powers of Viswanath's constant approximate the absolute value of the terms in such a sequence (with a few notable exceptions).

Examples

			a(7) = 2 because V^7 is approximately 2.381734947432 and floored that is 2.
		

Crossrefs

Cf. A014217, floored n-th power of the golden ratio; A000149, floored n-th power of e; A001672, floored n-th power of Pi.

Programs

  • Mathematica
    V = 1.1319882487943; Table[Floor[V^n], {n, 0, 49}]

Formula

a(n) = floor(v^n), where v = 1.1319882487943 as given by A078416.

Extensions

More terms from Alois P. Heinz, Mar 08 2020

A176741 Fibonacci-Chebyshev sequence depending on rabbit sequence A005614.

Original entry on oeis.org

0, 1, 1, 2, 1, 3, 2, 5, 7, 2, 9, 11, 2, 13, 11, 24, 35, 11, 46, 35, 81, 116, 35, 151, 186, 35, 221, 186, 407, 593, 186, 779, 965, 186, 1151, 965, 2116, 3081, 965, 4046, 3081, 7127, 10208, 3081, 13289, 16370, 3081, 19451, 16370, 35821, 52191, 16370, 68561, 52191, 120752
Offset: 0

Views

Author

Wolfdieter Lang, Oct 15 2010

Keywords

Comments

See Viswanath sequences (A078416 and links) for random sequences of this type.

Crossrefs

Cf. A053602 (alternating signs).

Formula

a(n) = a(n-1) + (-1)^(h(n)+1)*a(n-2), with h(n):=A005614(n) (rabbit sequence or Fibonacci word), inputs a(0)=0, a(1)=1.
Showing 1-9 of 9 results.