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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084949 Product(9*i+2,i=0..n-1). 11
1, 2, 22, 440, 12760, 484880, 22789360, 1276204160, 82953270400, 6138542009600, 509498986796800, 46873906785305600, 4734264585315865600, 520769104384745216000, 61971523421784680704000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

A084949(n) = A084944(n)/A000142(n)*A000079(n) = 9^n*pochhammer(2/9, n) = 9^n*GAMMA(n+2/9)/GAMMA(2/9)

MAPLE

a := n->product(9*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, 2*5!, 9}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008]

CROSSREFS

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

Cf. A035012.

Sequence in context: A007842 A201511 A163436 * A137076 A090730 A090313

Adjacent sequences:  A084946 A084947 A084948 * A084950 A084951 A084952

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 17 09:30 EST 2012. Contains 206009 sequences.