Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121954
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121954 Binet version of recursion sequence a[n] = (n + 1)*a[n - 1] + a[n - 2]: closely related to A001053. +0
1
0, 1, 3, 13, 68, 420, 3015, 24541, 223884, 2263381, 25121075, 303716281, 3973432728, 55931774473, 842950049823, 13543132571641, 231076203767720, 4172914800390601, 79516457411189152, 1594502063024173568 (list; graph; listen)
OFFSET

1,3

COMMENT

Using Bob Hanlon's Fibonascci Binet solver in Mathematica, I get a new Bessel function solution for a sequence similar in form to A001053. As far as I know this is an entirely new machine generated soluution to this type of problem.

FORMULA

a(n) = (BesselI[2 + n, -2] BesselK[2, 2] - BesselI[2, -2] BesselK[2 + n, 2])/(BesselI[3, -2] BesselK[2, 2] - BesselI[2, -2] BesselK[3, 2])

MATHEMATICA

Needs["DiscreteMath`RSolve`"]; Clear[f]; f[n_Integer] = Module[{a}, a[n] /. RSolve[{a[n] == (n + 1)*a[n - 1] + a[n - 2], a[0] == 0, a[1] == 1}, a[n], n][[1]] // Simplify] // ToRadicals Table[Floor[N[f[n]]], {n, 0, 25}]

CROSSREFS

Cf. A001053.

Sequence in context: A047149 A000260 A125279 this_sequence A058307 A020107 A128079

Adjacent sequences: A121951 A121952 A121953 this_sequence A121955 A121956 A121957

KEYWORD

nonn,uned

AUTHOR

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

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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research