Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112359
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112359 Product of n-th row of A112358. +0
3
1, 2, 20, 1296, 616896, 2294480000, 68803020000000, 16921170978243840000, 34496793424028349312532480, 587395062985562798532990766497792, 84034508984208959408391703340160000000000, 101510206136861741998326287566434701976960000000000 (list; graph; listen)
OFFSET

0,2

MAPLE

A008949 := proc(n, k) local i ; add(binomial(n, i), i=0..k) ; end: A112358 := proc(n, k) if k = 0 then 1 ; else binomial(n, k)*(A008949(n+1, k)+1)/2 ; fi ; end: A112359 := proc(n) local k ; mul( A112358(n, k), k=0..n ) ; end: for n from 0 to 15 do printf("%d, ", A112359(n)) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 08 2007

CROSSREFS

Cf. A112356, A112357, A112358.

Sequence in context: A015192 A012790 A013144 this_sequence A053848 A134476 A055746

Adjacent sequences: A112356 A112357 A112358 this_sequence A112360 A112361 A112362

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 05 2005

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 08 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 14:25 EST 2009. Contains 167438 sequences.


AT&T Labs Research