login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110313 E.g.f. exp(x)/(1-x-x^2). 2
1, 2, 7, 34, 221, 1786, 17347, 196442, 2542969, 37030546, 599172671, 10664259442, 207061905877, 4355429249354, 98661276360571, 2394559287772906, 61991654930903537, 1705178260099590562, 49662655090649112439 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A005442. Rows sums of A039948.

LINKS

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

FORMULA

E.g.f.: exp(x)/(1-x-x^2).

a(n) = sum{k=0..n, binomial(n, k)*k!*F(k+1)}.

a(n) = sum{k=0..n, n!*F(n-k+1)/k!}.

Recurrence: 0=a(n+3)-(n+4)*a(n+2)-(n+2)^2*a(n+1)+(n+2)*(n+1)*a(n). [Emanuele Munarini, May 27 2011]

MATHEMATICA

Table[Sum[Binomial[n, k]k!Fibonacci[k + 1], {k, 0, n}], {n, 0, 100}] (* Emanuele Munarini, May 27 2011 *)

PROG

(Maxima) makelist(sum(binomial(n, k)*k!*fib(k+1), k, 0, n), n, 0, 19); [Emanuele Munarini, May 27 2011]

CROSSREFS

Cf. A000045.

Sequence in context: A143740 A049463 A029894 * A000944 A136310 A057298

Adjacent sequences:  A110310 A110311 A110312 * A110314 A110315 A110316

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Jul 19 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:42 EST 2012. Contains 206011 sequences.