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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084948 Product(8*i+2,i=0..n-1). 10
1, 2, 20, 360, 9360, 318240, 13366080, 668304000, 38761632000, 2558267712000, 189311810688000, 15523568476416000, 1397121162877440000, 136917873961989120000, 14513294639970846720000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

A084948(n) = A084943(n)/A000142(n)*A000079(n) = 8^n*pochhammer(1/4, n) = 1/2*GAMMA(n+1/4)*sqrt(2)*GAMMA(3/4)*8^n/Pi

MAPLE

a := n->product(8*i+2, i=0..n-1); [seq(a(j), j=0..30)];

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 1, 5!, 8}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008]

CROSSREFS

Cf. A000165, A008544, A001813, A047055, A047657, A084947, A084949.

Sequence in context: A177397 A104462 A060164 * A187661 A009236 A078698

Adjacent sequences:  A084945 A084946 A084947 * A084949 A084950 A084951

KEYWORD

easy,nonn

AUTHOR

Daniel Dockery (peritus(AT)gmail.com) Jun 13 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 16 18:43 EST 2012. Contains 205939 sequences.