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!)
A048514 a(n) = T(0,n)+T(1,n-1)+...+T(n,0), array T given by A048505. 2
1, 3, 13, 54, 190, 587, 1659, 4412, 11244, 27785, 67089, 159106, 371930, 859159, 1964855, 4454968, 10025240, 22411221, 49804909, 110097630, 242217766, 530575683, 1157623603, 2516577524, 5452589700, 11777599457 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (8*x^5-37*x^4+46*x^3-25*x^2+7*x-1) / ((x-1)^4*(2*x-1)^3). - Colin Barker, Feb 25 2015
MATHEMATICA
LinearRecurrence[{10, -42, 96, -129, 102, -44, 8}, {1, 3, 13, 54, 190, 587, 1659}, 30] (* Harvey P. Dale, Aug 01 2022 *)
PROG
(PARI)
T(k, n) = (n^2 + (4*k+1)*n + (2*k)^2) * 2^(n-2) - k^2 + 1
a(n) = sum(k=0, n, T(k, n-k)) \\ Colin Barker, Feb 25 2015
CROSSREFS
Sequence in context: A065839 A066611 A180933 * A037779 A323264 A362495
KEYWORD
nonn
AUTHOR
EXTENSIONS
Typo in a(25) fixed by Colin Barker, Feb 25 2015
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 9 04:40 EDT 2024. Contains 372341 sequences. (Running on oeis4.)