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.

A097691 Denominators of the continued fraction n-1/(n-1/...) [n times].

This page as a plain text file.
%I A097691 #41 Feb 16 2025 08:32:54
%S A097691 1,2,8,56,551,6930,105937,1905632,39424240,922080050,24057287759,
%T A097691 692686638072,21817946138353,746243766783074,27543862067299424,
%U A097691 1091228270370045824,46187969968474139807,2080128468827570457762,99318726126650358502921,5011361251329169946919800
%N A097691 Denominators of the continued fraction n-1/(n-1/...) [n times].
%C A097691 The (n-1)-th term of the Lucas sequence U(n,1). The numerator is the n-th term. Adjacent terms of the sequence U(n,1) are relatively prime.
%H A097691 Alois P. Heinz, <a href="/A097691/b097691.txt">Table of n, a(n) for n = 1..387</a>
%H A097691 Spencer Daugherty, Pamela E. Harris, Ian Klein, and Matt McClinton, <a href="https://arxiv.org/abs/2406.12941">Metered Parking Functions</a>, arXiv:2406.12941 [math.CO], 2024. See pp. 8, 22.
%H A097691 Pascual Jara and Miguel L. Rodríguez, <a href="https://amj-math.com/wp-content/uploads/2022/01/AMJ2020-vol7iss2.pdf#page=6">Solving quadratic congruences</a>, Arhimede Math. J. (2020) Vol. 7, No. 2, 105-120.
%H A097691 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LucasSequence.html">Lucas Sequence</a>
%F A097691 a(n) = ChebyshevU(n-1,n/2). - _Gary Detlefs_, Oct 15 2011
%F A097691 a(n) = abs((2^(-n) * (sqrt(4 - n^2) + i*n)^n - 2^n*(-sqrt(4 - n^2) - i*n)^(-n))/sqrt(4 - n^2)), where i is the imaginary unit, for n > 2. - _Daniel Suteu_, May 31 2017
%F A097691 a(n) ~ n^(n-1). - _Vaclav Kotesovec_, Jun 03 2017
%e A097691 a(4) = 56 because 4-1/(4-1/(4-1/4)) = 209/56.
%t A097691 Table[s=n; Do[s=n-1/s, {n-1}]; Denominator[s], {n, 20}]
%t A097691 Table[Abs[Fibonacci[n, I n]], {n, 20}] (* _Vladimir Reshetnikov_, Oct 16 2018 *)
%o A097691 (Sage) [lucas_number1(n,n,1) for n in range(1,19)] # _Zerinvary Lajos_, Jul 16 2008
%Y A097691 Cf. A084844, A084845, A097690 (numerators).
%K A097691 easy,frac,nonn
%O A097691 1,2
%A A097691 _T. D. Noe_, Aug 19 2004