Number 3

What is the pattern:

11, 17, 27, 41, 59...

Notes: n is the term number

n+10 n^3+10n (n+4n^2)-6n 2(n^2)+9

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Bill Bell
Jul 22, 2014

The following line of Python provides a match:

[2 (n *2)+9 for n in range (0,6)]

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...