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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091804 a(n) = 2^(n*(n+1)/2)*A055209(n). 3
1, 2, 32, 9216, 84934656, 39137889484800, 1298501242170900480000, 4221953171600428240994304000000, 1757091687362157576297527910177177600000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

This sequence is the Hankel transform (see A001906 for definition) of A000629, A000670 (Fubini numbers) and A052841.

FORMULA

a(n)=Product{k=0..n, (2(k+1)*floor((2k+3)/2))^(n-k)}. [From Paul Barry (pbarry(AT)wit.ie), Mar 30 2010]

MATHEMATICA

Table[Product[(2(k+1)Floor[(2k+3)/2])^(n-k), {k, 0, n}], {n, 0, 10}] (* From Harvey P. Dale, Aug 10 2011 *)

CROSSREFS

Cf. A000629 A000670 A001906 A052841 A055209.

Sequence in context: A202629 A129349 A180127 * A012853 A185995 A128146

Adjacent sequences:  A091801 A091802 A091803 * A091805 A091806 A091807

KEYWORD

nonn

AUTHOR

DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Mar 07 2004

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 08:44 EST 2012. Contains 205735 sequences.