|
Search: id:A118587
|
|
|
| A118587 |
|
A nested recursion from a cubic prime generating polynomial so that only the ending coefficients are necessary to determine the recursion: f[x_] = 17*x^3 - 62*x^2 + 71*x + 17. |
|
+0 1
|
|
| 17, 43, 47, 131, 397, 947, 1883, 3307, 5321, 8027, 11527, 15923, 21317, 27811, 35507, 44507, 54913, 66827, 80351, 95587, 112637, 131603, 152587, 175691, 201017, 228667, 258743, 291347, 326581, 364547, 405347, 449083, 495857, 545771, 598927
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
The polynomials from the recursions form a limited triangular tree. An infinite polynomial would in this same way make an infinite nested recursion in analog to a continued fraction.
|
|
FORMULA
|
d[n_] := d[n] = d[n - 1] + 102 c[n_] := c[n] = c[n - 1] + d[n] b[n_] := b[n] = b[n - 1] + c[n] a(n) = a(n-1)+b[n]
|
|
EXAMPLE
|
102
-226 + 102 n
150 - 175 n + 51 n^2
17 + 71 n + 62 n^2 +17 n^3
So {17, 150, -226, 102} determine the nested recursions.
|
|
CROSSREFS
|
Sequence in context: A044475 A024188 A086006 this_sequence A123592 A109998 A031340
Adjacent sequences: A118584 A118585 A118586 this_sequence A118588 A118589 A118590
|
|
KEYWORD
|
nonn,uned,obsc
|
|
AUTHOR
|
Roger Bagula (rlbagulatftn(AT)yahoo.com), May 06 2006
|
|
|
Search completed in 0.002 seconds
|