|
Search: id:A090017
|
|
|
| A090017 |
|
a(n) = 4a(n-1) + 2a(n-2), a(0) = 0, a(1) = 1. |
|
+0 3
|
|
| 0, 1, 4, 18, 80, 356, 1584, 7048, 31360, 139536, 620864, 2762528, 12291840, 54692416, 243353344, 1082798208, 4817899520, 21437194496, 95384577024, 424412697088, 1888419942400, 8402505163776, 37386860539904, 166352452487168
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
LINKS
|
Index entries for sequences related to Chebyshev polynomials.
|
|
FORMULA
|
a(n) = (-i*sqrt(2))^(n-1) U(n-1, i*sqrt(2)) where U is the Chebyshev polynomial of the second kind and i^2 = -1.
a(n) = ((2+sqrt(6))^n - (2-sqrt(6))^n)/(2 sqrt(6)). [From Al Hakanson (hawkuu(AT)gmail.com), Jan 05 2009, Jan 07 2009]
|
|
MATHEMATICA
|
a[n_Integer] := (-I Sqrt[2])^(n - 1) ChebyshevU[ n - 1, I Sqrt[2] ]
|
|
PROGRAM
|
(Sage) [lucas_number1(n, 4, -2) for n in xrange(0, 23)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 23 2009]
|
|
CROSSREFS
|
Cf. A007070, A084059.
Sequence in context: A112619 A037965 A045902 this_sequence A104631 A106391 A063881
Adjacent sequences: A090014 A090015 A090016 this_sequence A090018 A090019 A090020
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Paul Barry (pbarry(AT)wit.ie), Nov 19 2003
|
|
EXTENSIONS
|
Edited by Stuart Clary, Oct 25 2009
|
|
|
Search completed in 0.005 seconds
|