Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137478
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137478 A triangle of recursive Fibonacci Lah numbers: f(n) = Fibonacci[n]*f(n - 1); L(n, k) = Binomial[n - 1, k - 1]*(f(n)/f(k)). +0
1
1, 1, 1, 2, 4, 1, 6, 18, 9, 1, 30, 120, 90, 20, 1, 240, 1200, 1200, 400, 40, 1, 3120, 18720, 23400, 10400, 1560, 78, 1, 65520, 458640, 687960, 382200, 76440, 5733, 147, 1, 2227680, 17821440, 31187520, 20791680, 5197920, 519792, 19992, 272, 1 (list; table; graph; listen)
OFFSET

1,4

COMMENT

Row sums are:

{1, 2, 7, 34, 261, 3081, 57279, 1676641, 77766297, 5728225636, 671925730146}

REFERENCES

Steve Roman, The Umbral Calculus, Dover Publications, New York (1984), page86

FORMULA

f(n) = Fibonacci[n]*f(n - 1); L(n, k) = Binomial[n - 1, k - 1]*(f(n)/f(k)).

EXAMPLE

{1},

{1, 1},

{2, 4, 1},

{6, 18, 9, 1},

{30, 120, 90, 20, 1},

{240, 1200, \

1200, 400, 40, 1},

{3120, 18720, 23400, 10400, 1560, 78, 1},

{65520, 458640, \

687960, 382200, 76440, 5733, 147, 1},

{2227680, 17821440, 31187520, 20791680, 5197920, 519792, 19992, 272, 1},

{122522400, 1102701600, 2205403200, 1715313600, 514594080, 64324260, 3298680, 67320, 495, 1},

{10904493600, 109044936000, 245351106000, 218089872000, 76331455200, 11449718280, 733956300, 19971600, 220275, 890, 1}

MATHEMATICA

Clear[f, L] f[0] = 1; f[1] = 1; f[n_] := f[n] = Fibonacci[n]*f[n - 1]; Table[f[n], {n, 1, 10}]; L[n_, k_] := L[n, k] = Binomial[n - 1, k - 1]*(f[n]/f[k]); a = Table[Table[L[n, k], {k, 1, n}], {n, 1, 11}]; Flatten[a] Table[Apply[Plus, Table[L[n, k], {k, 1, n}]], {n, 1, 11}];

CROSSREFS

Cf. A000045, A105278.

Sequence in context: A011369 A110877 A021009 this_sequence A089087 A119303 A105552

Adjacent sequences: A137475 A137476 A137477 this_sequence A137479 A137480 A137481

KEYWORD

nonn,uned,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 22 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research