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!)
A030240 Scaled Chebyshev U-polynomials evaluated at sqrt(7)/2. 13

%I #28 Dec 07 2019 12:18:21

%S 1,7,42,245,1421,8232,47677,276115,1599066,9260657,53631137,310593360,

%T 1798735561,10416995407,60327818922,349375764605,2023335619781,

%U 11717718986232,67860683565157,393000752052475,2275980479411226,13180858091511257,76334143284700217

%N Scaled Chebyshev U-polynomials evaluated at sqrt(7)/2.

%C Binomial transform of A030221. - _Philippe Deléham_, Nov 19 2009

%H Colin Barker, <a href="/A030240/b030240.txt">Table of n, a(n) for n = 0..1000</a>

%H A. F. Horadam, <a href="http://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=7, q=-7.

%H W. Lang, <a href="http://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=7.

%H <a href="/index/Ch#Cheby">Index entries for sequences related to Chebyshev polynomials.</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (7,-7).

%F a(n) = 7*a(n-1)-7*a(n-2), a(-1)=0, a(0)=1; a(n)=sqrt(7)^n*U(n, sqrt(7)/2); G.f.: 1/(1-7*x+7*x^2); a(2*k)=7^k*A030221(k); a(2*k-1)=7^k*A004254(k)

%F a(n) = Sum_{k=0..n} A109466(n,k)*7^k. - _Philippe Deléham_, Oct 28 2008

%t Join[{a=1,b=7},Table[c=7*b-7*a;a=b;b=c,{n,60}]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 18 2011 *)

%o (Sage) [lucas_number1(n,7,7) for n in range(1, 21)] # _Zerinvary Lajos_, Apr 23 2009

%o (PARI) Vec(1/(1-7*x+7*x^2) + O(x^30)) \\ _Colin Barker_, Jun 14 2015

%K nonn,easy

%O 0,2

%A _Wolfdieter Lang_

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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)