I suppose I should also remind you that there's other ways to approach this.

For example;

   (, 5 3 1 p. #)^:10''
5 9 15 23 33 45 59 75 93 113

And I see that Pascal Jasmin has included another suggestion while I
was composing this message...

Take care,


--
Raul

On Sat, Mar 5, 2022 at 8:59 PM Raul Miller <rauldmil...@gmail.com> wrote:
>
>    (, {: + 2 + 2 * #)^:9(5)
> 5 9 15 23 33 45 59 75 93 113
>
> I hope this helps,
>
> --
> Raul
>
> On Sat, Mar 5, 2022 at 8:55 PM 'Skip Cave' via Programming
> <programm...@jsoftware.com> wrote:
> >
> > I have this series:
> >
> > 5 9 15 23 33 ....
> >
> > 5+4
> >
> > 9
> >
> > 9+6
> >
> > 15
> >
> > 15+8
> >
> > 23
> >
> > 23+10
> >
> > 33
> >
> >
> > How can I use the power conjunction to generate this series?
> >
> > Is there a more concise method to generate this than the power conjunction?
> >
> >
> > Skip
> >
> >
> > Skip Cave
> > Cave Consulting LLC
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to