login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A049299 a(n) = Product_{k = 0..n-1} (a(k) + a(n-1-k)), with a(0) = 1. 1
1, 2, 9, 400, 19456921, 1101216948902114953248, 76796373204229717290826972582321984854855228022915711475735049 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Andrew Howroyd, Table of n, a(n) for n = 0..8

FORMULA

lim_{m -> oo} log(a(m+1))/log(a(m)) exists and equals 3. - Roland Bacher, Sep 06 2004.

EXAMPLE

a(3)=400 because 400=(1+9)*(2+2)*(9+1).

PROG

(PARI) a(n)={my(v=vector(n+1)); for(n=1, #v, v[n]=prod(k=1, n-1, v[k]+v[n-k])); v[#v]} \\ Andrew Howroyd, Jan 02 2020

CROSSREFS

Cf. A000108 (Catalan numbers) where a(0) = 1, a(n) = Sum_{k=0..n-1} a(k)*a(n-k), A000012 (constant 1) where a(0) = 1, a(n) = Product_{k=0..n-1} a(k)*a(n-k) and A025192 (2*3^(n-1)) where a(0) = 1, a(n) = Sum_{k=0..n-1} a(k)+a(n-k). - Henry Bottomley, May 16 2000

Sequence in context: A012991 A003818 A325619 * A024225 A266289 A000883

Adjacent sequences: A049296 A049297 A049298 * A049300 A049301 A049302

KEYWORD

easy,nonn

AUTHOR

Leroy Quet

EXTENSIONS

Offset corrected and terms a(6) and beyond from Andrew Howroyd, Jan 02 2020

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 23:19 EDT 2023. Contains 361596 sequences. (Running on oeis4.)