Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121323
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121323 An A053984-like Bessel-Binet recursion found by Bob Hanlon's new survey program: a[n] = (2*n + 1)*a[n - 1] - a[n - 2]. +0
1
0, 1, 5, 34, 301, 3277, 42300, 631223, 10688491, 202450106, 4240763735, 97335115799, 2429137131240, 65489367427681, 1896762518271509, 58734148698989098, 1936330144548368725, 67712820910493916277 (list; graph; listen)
OFFSET

1,3

COMMENT

I had theorized that there were a related kind of Bessel-Binets of the form: a[n]=(a0*n+c0)*a[n-1]+b0*a[n-2] Where the a0,b0 and c0 were Integers. Bob Hanlon found ones with a0=2 in a program he wrote. A053984 was already in OEIS.

FORMULA

a(n) = (2*n + 1)*a(n - 1) - a(n - 2) a(n)=(1/2) pi BesselJ[3/2 + n, 1] BesselY[3/2, 1] - (1/2) pi BesselJ[3/2, 1] BesselY[3/2 + n, 1]

MATHEMATICA

f[n_Integer] = Module[{a}, a[n] /. RSolve[{a[n] == (2*n + 1)*a[n - 1] - a[n - 2], a[0] == 0, a[1] == 1}, a[n], n][[1]] // FullSimplify] Rationalize[N[Table[f[n], {n, 0, 25}], 100], 0]

CROSSREFS

Cf. A053984, A001503.

Sequence in context: A116435 A090367 A111557 this_sequence A068475 A097817 A133297

Adjacent sequences: A121320 A121321 A121322 this_sequence A121324 A121325 A121326

KEYWORD

nonn,uned

AUTHOR

Roger Bagula and Bob Hanlon (rlbagulatftn(AT)yahoo.com), Sep 05 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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research