|
| |
|
|
A005443
|
|
n! * Fibonacci(n).
(Formerly M2034)
|
|
2
| |
|
|
0, 1, 2, 12, 72, 600, 5760, 65520, 846720, 12337920, 199584000, 3552595200, 68976230400, 1450895846400, 32866215782400, 797681364480000, 20650793619456000, 568032822669312000, 16543733655601152000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
REFERENCES
| P.R. J. Asveld, Fibonacci-like differential equations with a polynomial nonhomogeneous term, Fib. Quart. 27 (1989), 303-309.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
| INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 511
|
|
|
FORMULA
| a(n)= A039948(n, 1).
|
|
|
MAPLE
| ZL:=[S, {a = Atom, b = Atom, S = Prod(X, Sequence(Prod(X, b))), X = Sequence(b, card >= 1)}, labelled]: seq(combstruct[count](ZL, size=n), n=0..18); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 26 2008
|
|
|
MATHEMATICA
| Table[Fibonacci[n]*n!, {n, 0, 25}] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 09 2009]
|
|
|
CROSSREFS
| Sequence in context: A052556 A052833 A144086 * A002867 A130426 A002397
Adjacent sequences: A005440 A005441 A005442 * A005444 A005445 A005446
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Simon Plouffe (simon.plouffe(AT)gmail.com)
|
|
|
EXTENSIONS
| More terms from James A. Sellers (sellersj(AT)math.psu.edu), Dec 24 1999
|
| |
|
|