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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A166748 E.g.f.: exp(6*asin(x)) 3
1, 6, 36, 222, 1440, 9990, 74880, 609390, 5391360, 51798150, 539136000, 6060383550, 73322496000, 951480217350, 13198049280000, 195053444556750, 3061947432960000, 50908949029311750, 894088650424320000 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

exp(6*asin(1/2)) is Aleksandr Gelfond's constant exp(Pi).

LINKS

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

A. R. Povolotsky et al., With regards to OEIS A166748, sci.math.symbolic usenet group, 2009

FORMULA

Contribution from Alexander R. Povolotsky, Oct 24 2009: (Start)

a(n+2) = (n^2+36)*a(n), a(0)=1, a(1)=6.

The above recurrence leads to

a(n) = (3*2^n*gamma(-3*i+n/2)*gamma(3*i+n/2)*(cos((n*pi)/2)+i*sin((n*pi)/2))*sinh(((6-i*n)*pi)/2))/pi where "i" is imaginary unit. (End)

a(n)=3*2^(n-1)*(e^(3*pi)-(-1)^n*exp(-3*pi))*|Gamma(n/2+3i)|^2/pi. [R. J. Mathar and M. F. Hasler, Oct 25 2009]

PROG

(PARI) A166748(n)=round(norm(gamma(n/2+3*I))/Pi*if(n%2, cosh(3*Pi), sinh(3*Pi))*3<<n) \\ [M. F. Hasler, Oct 25 2009]

(PARI) a(n)=polcoeff(exp(6*asin(x)), n)*n!

(PARI) A166748(n)=round(norm(gamma(n/2+3*I))/Pi*if(n%2, cosh(3*Pi), sinh(3*Pi))*3<<n) [M. F. Hasler, Oct 25 2009]

(PARI) a(n)=(1+5*(n%2))*prod(k=0, n\2-1, (2*k+n%2)^2+36) [Jaume Oliver Lafont, Oct 28 2009]

CROSSREFS

Cf. A166741, A006228, A039661.

Sequence in context: A129324 A180218 A218991 * A200378 A085687 A129327

Adjacent sequences:  A166745 A166746 A166747 * A166749 A166750 A166751

KEYWORD

nonn

AUTHOR

Jaume Oliver Lafont, Oct 21 2009

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 21 23:25 EDT 2013. Contains 225505 sequences.