login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058308 a(0)=0, a(1)=1, a(n)=a(n-2)+(n+2)*a(n-1). 2
0, 1, 4, 21, 130, 931, 7578, 69133, 698908, 7757121, 93784360, 1226953801, 17271137574, 260294017411, 4181975416150, 71353876091961, 1288551745071448, 24553837032449473, 492365292394060908, 10364224977307728541, 228505314793164088810 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..20.

Russell Walsmith, F Sets in Context: Q-Sets

FORMULA

E.g.f.: -Pi*(BesselY(4, 2*I)*BesselI(3, 2*sqrt(1-x)) - I*BesselI(4, 2)*BesselY(3, 2*I*sqrt(1-x)))/(1-x)^(3/2). Such e.g.f. computations were the result of an e-mail exchange with Gary Detlefs. After differentiation and putting x=0 one has to use simplifications. See the Abramowitz-Stegun handbook, p.360, 9.1.16 and p.375, 9.63. [From Wolfdieter Lang, May 19 2010]

MATHEMATICA

RecurrenceTable[{a[0]==0, a[1]==1, a[n]==a[n-2]+(n+2)a[n-1]}, a[n], {n, 20}] (* From Harvey P. Dale, May 21 2011 *)

CROSSREFS

A column of A058294.

Similar recurrences: A001040, A001053, A058279, A058307, A093858. [From Wolfdieter Lang, May 19 2010]

Sequence in context: A099250 A111177 A141052 * A078591 A090366 A131965

Adjacent sequences:  A058305 A058306 A058307 * A058309 A058310 A058311

KEYWORD

nonn

AUTHOR

N. J. A. Sloane, Dec 09 2000

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 17:09 EDT 2013. Contains 225556 sequences.