as we want, up to infinity.
n^(n!-floor(n/2)); n = 0, 1, 2, ...
Replace n! with n!!, or n!!!, or n!!!!, ..., etc.
You still get the series: 0, 1, 2, ...
For example:
n^(n!!-floor(n/2)); n = 0, 1, 2, ...
will give you:
0, 1, 2, 3^719, 4^(6.20448E+23), 5^(6.6895E+198), ...
Can you imagine, if I use "n!!!!!!!!!!!!!!!!!!!!!!!!"
instead of "n!" or "n!!"? :-)
Bye,
Suyono
Suyono wrote:
>
> n^(n!-floor(n/2)); n = 0, 1, 2, ...
>
> You'll get the series: 0, 1, 2, 243, 1.75922E+13,
> 3.00927E+82, ...
>
> Bye,
> Suyono
>
> Mark wrote:
> >
> > What is the next number in the following
> > series? 0, 1, 2, ?.
> >
> > Mark
> >
>