Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123029
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123029 A000045 inside a second linear differential equation recursion: b(n)=b(n-1)+b(n-2)-->Binet[n] of A000045 a(n)=b(n)*a[n-2]/(n*(n-1)). +0
1
1, 1, 1, 2, 3, 10, 24, 130, 504, 4420, 27720, 393380, 3991680, 91657540, 1504863360, 55911099400, 1485300136320, 89290025741800, 3838015552250880, 373321597626465800, 25964175210977203200, 4086378207619294646800 (list; graph; listen)
OFFSET

1,4

COMMENT

Using the solutions to these second order differenential equations Markov/ linear recursions can be encoded as analog functions.

FORMULA

b(n)=b(n-1)+b(n-2)-->Binet[n] of Fibonacci a(n)=b(n)*a[n-2]/(n*(n-1)) Output=a(n)*n!

MATHEMATICA

f[n_Integer] = Module[{a}, a[n] /. RSolve[{a[n] == a[n - 1] + a[n - 2], a[0] == 0, a[1] == 1}, a[n], n][[1]] // FullSimplify] ; Clear[a] a[n_] := a[n] = f[n]*a[n - 2]/(n*(n - 1)); a[0] = 1; a[1] = 1; Table[ExpandAll[a[n]*n! ], {n, 0, 30}]

CROSSREFS

Cf. A000045.

Sequence in context: A130002 A105286 A059929 this_sequence A103018 A005158 A005225

Adjacent sequences: A123026 A123027 A123028 this_sequence A123030 A123031 A123032

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 25 2006

page 1

Search completed in 0.004 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 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research