[go: nahoru, domu]

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!)
A087944 Expansion of (1-4*x+3*x^2)/((1-2*x)*(1-4*x+x^2)). 6
1, 2, 6, 20, 70, 252, 922, 3404, 12630, 46988, 175066, 652764, 2434966, 9085052, 33901146, 126511340, 472127830, 1761967212, 6575675482, 24540603644, 91586476950, 341804779868, 1275631593946, 4760719498764, 17767242206806 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A052948.
LINKS
FORMULA
a(0)=1, a(2)=2, a(2)=6, a(n) = 6*a(n-1)-9*a(n-2)+2*a(n-3), n>2.
a(n) = (2^n+(2+sqrt(3))^n+(2-sqrt(3))^n)/3.
MATHEMATICA
CoefficientList[Series[(1-4x+3x^2)/((1-2x)(1-4x+x^2)), {x, 0, 30}], x] (* or *) LinearRecurrence[{6, -9, 2}, {1, 2, 6}, 30] (* Harvey P. Dale, Feb 09 2013 *)
CROSSREFS
Cf. A052948.
Sequence in context: A065345 A130914 A302644 * A056616 A065346 A302645
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 16 2003
STATUS
approved

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 September 3 17:55 EDT 2024. Contains 375674 sequences. (Running on oeis4.)