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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089138 a(n) = (3^(2*n))*(integral_{x=0 to 1} (1+x^3)^n dx)/(integral_{x=0 to 1} (1-x^3)^n dx). 0
1, 15, 207, 2871, 40959, 604503, 9214479, 144391815, 2313641151, 37724683959, 623474304111, 10412641429479, 175337108637471, 2971909404000279, 50642191943368911, 866773853177022279, 14890613346688811391 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

a(3)=2871

MATHEMATICA

f[n_] := 3^(2n)* Integrate[(1 + x^3)^n, {x, 0, 1}]/Integrate[(1 - x^3)^n, {x, 0, 1}]; Table[ f[n], {n, 0, 18}] (from Robert G. Wilson v Dec 22 2003)

CROSSREFS

Sequence in context: A063906 A194481 A078265 * A051813 A028230 A122572

Adjacent sequences:  A089135 A089136 A089137 * A089139 A089140 A089141

KEYWORD

nonn

AUTHOR

Al Hakanson (hawkuu(AT)excite.com), Dec 05 2003

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 22 2003

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 February 15 15:20 EST 2012. Contains 205823 sequences.