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!)
A048503 G.f.: (1 - 4*x + 6*x^2 - 2*x^3)/((1-x)^3*(1-2*x)^2). 1
1, 3, 8, 22, 61, 165, 430, 1080, 2627, 6223, 14428, 32874, 73849, 163977, 360602, 786604, 1704127, 3670227, 7864552, 16777470, 35651861, 75497773, 159383878, 335544672, 704643451, 1476395415, 3087008180, 6442451410 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

a(n) = T(0,n) + T(1,n-1) + ... + T(n,0), array T given by A048494.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..2000

Index entries for linear recurrences with constant coefficients, signature (7,-19,25,-16,4).

FORMULA

a(n) = (14 + 7*n + n^2 + (n-3)*2^(n+2))/2. - T. D. Noe, Dec 11 2006

PROG

(Magma) [(14+7*n+n^2+(n-3)*2^(n+2))/2 : n in [0..30]]; // Vincenzo Librandi, Sep 25 2011

CROSSREFS

Sequence in context: A318863 A318821 A014397 * A318862 A318820 A200752

Adjacent sequences: A048500 A048501 A048502 * A048504 A048505 A048506

KEYWORD

nonn,easy

AUTHOR

Clark Kimberling

EXTENSIONS

Better definition from Ralf Stephan, Feb 05 2004

Corrected by T. D. Noe, Dec 11 2006

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 March 31 15:10 EDT 2023. Contains 361668 sequences. (Running on oeis4.)