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!)
A224422 Expansion of (1-x)*(1-3*x)/(1-9*x+28*x^2-35*x^3+15*x^4-x^5). 6
1, 5, 20, 75, 275, 1001, 3639, 13243, 48280, 176341, 645150, 2363596, 8669142, 31825005, 116914020, 429737220, 1580244061, 5812839156, 21387636101, 78708626396, 289699273501, 1066406842677, 3925882147566, 14453780545834, 53216783798234, 195944670698910 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A diagonal of the square array A223968.
LINKS
László Németh and László Szalay, Sequences Involving Square Zig-Zag Shapes, J. Int. Seq., Vol. 24 (2021), Article 21.5.2.
FORMULA
a(n) = A223968(n+3,n) = A223968(n+4,n).
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) = 5, a(2) = 20, a(3) = 75, a(4) = 275.
MATHEMATICA
LinearRecurrence[{9, -28, 35, -15, 1}, {1, 5, 20, 75, 275}, 26] (* Michael De Vlieger, Aug 05 2021 *)
CROSSREFS
Cf. A223968.
Sequence in context: A094828 A030191 A093131 * A000344 A290922 A275909
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Apr 06 2013
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)