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!)
A224514 Expansion of (1-x)*(1-3*x)*(1-3*x+x^2)/(1-9*x+28*x^2-35*x^3+15*x^4-x^5). 2
1, 2, 6, 20, 70, 251, 911, 3327, 12190, 44744, 164407, 604487, 2223504, 8181175, 30108147, 110820165, 407946421, 1501844193, 5529362694, 20358557249, 74961030414, 276017648570, 1016360893036, 3742540945813, 13781324308298, 50748099850042 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A diagonal of the square array A223968.
LINKS
FORMULA
a(n) = A223968(n,n).
G.f.: (1-x)*(1-3*x)*(1-3*x+x^2)/(1-9*x+28*x^2-35*x^3+15*x^4-x^5).
a(n) = 9*a(n-1) - 28*a(n-2) + 35*a(n-3) - 15*a(n-4) + a(n-5) with a(0) = 1, a(1) = 2, a(2) = 6, a(3) = 20, a(4) = 70.
MATHEMATICA
LinearRecurrence[{9, -28, 35, -15, 1}, {1, 2, 6, 20, 70, 251, 911, 3327, 12190, 44744, 164407, 604487, 2223504, 8181175}, 40] (* Harvey P. Dale, Apr 24 2016 *)
CROSSREFS
Sequence in context: A147748 A150125 A360295 * A065345 A130914 A302644
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Apr 08 2013
EXTENSIONS
a(8) corrected by Georg Fischer, May 10 2019
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 April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)