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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091776 a(1)= 1, a(n+1) = a(n)*{a(n)+1)}*{a(n)+2)*...*{a(n)+n-1)}/n. 2
1, 1, 1, 2, 30, 6678144, 14783742920460482277828601638764478251520 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

The next term, a(8), has 281 digits. - T. D. Noe (noe(AT)sspectra.com), Oct 25 2004

EXAMPLE

a(2)=1/1=1, a(3)=1*2/2=1, a(4)=1*2*3/3=2, a(5)=2*3*4*5/4=30.

MATHEMATICA

a[1]=1; a[n_] := Times@@Range[a[n-1], a[n-1]+n-2]/(n-1); Table[a[i], {i, 7}]

CROSSREFS

Cf. A091777.

Sequence in context: A090600 A113511 A062008 * A159578 A178194 A069460

Adjacent sequences:  A091773 A091774 A091775 * A091777 A091778 A091779

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 16 2004

EXTENSIONS

Corrected and extended by T. D. Noe (noe(AT)sspectra.com), Oct 25 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 17 00:09 EST 2012. Contains 205978 sequences.