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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113845 a(1) =a(2) =1. a(n+1) = (product{1<=k<=n/2} a(k)) + (product{n/2<j<=n} a(j)). 0
1, 1, 2, 3, 7, 43, 905, 817217, 222613996891, 49556991610450473684541, 350842202496894090472936261713260177362896247, 123090251052871637971528096077183553457511351225922468278558723122652153910477674845042677 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

a(13) has 177 digits. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 06 2006

EXAMPLE

(1*1*2) + (3*8*50*1202) = 1442402.

a(8)=(a(1)*a(2)*a(3))+(a(4)*a(5)*a(6)*a(7))=(1*1*2)+(3*7*43*905)=817217.

MAPLE

a[1]:=1: a[2]:=1: for n from 2 to 12 do a[n+1]:=product(a[k], k=1..floor(n/2))+product(a[j], j=1+floor(n/2)..n) od:seq(a[n], n=1..12); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 06 2006

CROSSREFS

Sequence in context: A072714 A051786 A133400 * A072713 A129871 A000058

Adjacent sequences:  A113842 A113843 A113844 * A113846 A113847 A113848

KEYWORD

easy,nonn

AUTHOR

Leroy Quet Jan 24 2006

EXTENSIONS

Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 06 2006

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 10:05 EST 2012. Contains 206009 sequences.