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!)
A027010 a(n) = Sum_{k=floor((n+1)/2)..n} T(k,n-k); i.e., a(n) is the n-th diagonal sum of left-justified array T given by A026998. 1
1, 1, 2, 5, 6, 13, 17, 29, 43, 64, 100, 144, 223, 326, 492, 733, 1089, 1634, 2421, 3626, 5389, 8041, 11985, 17847, 26624, 39640, 59112, 88059, 131242, 195592, 291433, 434369, 647218, 964581, 1437374, 2142013, 3192113, 4756821 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f.: x*(2x^3-x^2+1)/((1-x)*(1-2x^2-x^3+x^4)).
MATHEMATICA
CoefficientList[Series[(2 x^3 - x^2 + 1) / ((1 - x) (1 - 2 x^2 - x^3 + x^4)), {x, 0, 40}], x] (* Vincenzo Librandi, Aug 03 2017 *)
CROSSREFS
Sequence in context: A325285 A323348 A181314 * A038191 A321472 A087128
KEYWORD
nonn
AUTHOR
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 May 12 03:10 EDT 2024. Contains 372431 sequences. (Running on oeis4.)