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.
%I A057084 #54 Jan 05 2025 19:51:36 %S A057084 1,8,56,384,2624,17920,122368,835584,5705728,38961152,266043392, %T A057084 1816657920,12404916224,84706066432,578409201664,3949625081856, %U A057084 26969727041536,184160815677440,1257528709087232,8586943147278336 %N A057084 Scaled Chebyshev U-polynomials evaluated at sqrt(2). %C A057084 From _Kival Ngaokrajang_, Dec 14 2014 (Start): %C A057084 -2*a(n-1) is the irrational part of the integer in Q(sqrt 2) giving the length of a Levy C-curve variant L(n)=(2*(2- sqrt 2))^n at iteration step n. The length of this C-curve is an integer in the real quadratic number field Q(sqrt 2), namely L(n) = A(n)+B(n)*sqrt(2) with A(n) = A084130(n) and B(n) = -2*a(n-1). See the construction rule and the illustration in the links. %C A057084 The fractal dimension of the Levy C-curve is 2, but for this modified case it is log(4)/log(2 + sqrt 2) = 1.1289527... %C A057084 (End) %C A057084 For lim_{n->oo} a(n+1)/a(n) = 2*(2 + sqrt(2)) = 6.82842... see A365823. - _Wolfdieter Lang_, Nov 15 2023 %D A057084 S. Falcon, Iterated Binomial Transforms of the k-Fibonacci Sequence, British Journal of Mathematics & Computer Science, 4 (22): 2014. %H A057084 G. C. Greubel, <a href="/A057084/b057084.txt">Table of n, a(n) for n = 0..1000</a> %H A057084 A. F. Horadam, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/5-5/horadam.pdf">Special properties of the sequence W_n(a,b; p,q)</a>, Fib. Quart., 5.5 (1967), 424-434. Case n->n+1, a=0,b=1; p=8, q=-8. %H A057084 W. Lang, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/38-5/lang.pdf">On polynomials related to powers of the generating function of Catalan's numbers</a>, Fib. Quart. 38 (2000) 408-419. Eqs.(38) and (45),lhs, m=8. %H A057084 Kival Ngaokrajang, <a href="/A057084/a057084.pdf">Illustration of construction rule and initial terms</a> %H A057084 Wikipedia, <a href="http://en.wikipedia.org/wiki/L%C3%A9vy_C_curve">Lévy C curve</a> %H A057084 <a href="/index/Ch#Cheby">Index entries for sequences related to Chebyshev polynomials.</a> %H A057084 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (8,-8). %F A057084 a(n) = 8*(a(n-1)-a(n-2)), a(-1)=0, a(0)=1. %F A057084 a(n) = S(n, 2*sqrt(2))*(2*sqrt(2))^n with S(n, x) := U(n, x/2), Chebyshev's polynomials of the 2nd kind, A049310. %F A057084 a(2*k) = A002315(k)*8^k, a(2*k+1) = A001109(k+1)*8^(k+1). %F A057084 G.f.: 1/(1-8*x+8*x^2). %F A057084 a(n) = Sum_{k, 0<=k<=n} A109466(n,k)*8^k. [_Philippe Deléham_, Oct 28 2008] %F A057084 Binomial transform of A002315. [Al Hakanson (hawkuu(AT)gmail.com), Aug 15 2009] %e A057084 The first pairs [A(n),B(n)] determining the length L(n) are : [1, 0], [4, -2], [24, -16], [160, -112], [1088, -768], [7424, -5248], [50688, -35840], [346112, -244736], [2363392, -1671168], [16138240, -11411456], ... _Kival Ngaokrajang_, Dec 14 2014 %t A057084 Join[{a=1,b=8},Table[c=8*b-8*a;a=b;b=c,{n,60}]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 19 2011 *) %t A057084 LinearRecurrence[{8,-8},{1,8},30] (* _Harvey P. Dale_, Feb 07 2015 *) %o A057084 (Sage) [lucas_number1(n,8,8) for n in range(1, 21)] # _Zerinvary Lajos_, Apr 23 2009 %o A057084 (PARI) x='x+O('x^50); Vec(1/(1-8*x+8*x^2)) \\ _G. C. Greubel_, Jul 03 2017 %Y A057084 Cf. A001109, A002315, A049310, A084130, A109466, A251732, A251733, A365823. %K A057084 nonn,easy %O A057084 0,2 %A A057084 _Wolfdieter Lang_, Aug 11 2000