Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A108176
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A108176 a(1) = 1, a(n) = (sum{k=1 to floor(n/2)} 1/a(n+1-2k))*(product{k=1 to floor(n/2)} a(n+1-2k)). +0
2
1, 1, 1, 2, 3, 7, 23, 164, 3786, 620973, 2351006074, 1459911295051236, 3432260322166663402961472, 5010795611887306064313121202903094714708, 17198354961167628388233455836547370709483687001035342768448084064 (list; graph; listen)
OFFSET

1,4

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

FORMULA

For n>=2, a(n+4) = a(n+1)*(a(n+2) -a(n)a(n+1)) + a(n+2)a(n+3).

MAPLE

a[1]:=1: for n from 2 to 25 do a[n]:=sum(1/a[n+1-2*j], j=1..floor(n/2))*product(a[n+1-2*k], k=1..floor(n/2)) od: seq(a[n], n=1..16); (Deutsch)

MATHEMATICA

a[1] = 1; a[n_] := a[n] = Sum[1/a[n + 1 - 2k], {k, Floor[n/2]}] Product[ a[n + 1 - 2k], {k, Floor[n/2]}]; Table[ a[n], {n, 15}] (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 14 2005)

CROSSREFS

Cf. A057438.

Sequence in context: A098544 A090253 A001064 this_sequence A111235 A066356 A006892

Adjacent sequences: A108173 A108174 A108175 this_sequence A108177 A108178 A108179

KEYWORD

nonn

AUTHOR

Leroy Quet Jun 13 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 14 2005

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