|
| |
|
|
A048908
|
|
Indices of triangular numbers which are also 9-gonal.
|
|
2
| |
|
|
1, 25, 406, 6478, 103249, 1645513, 26224966, 417953950, 6661038241, 106158657913, 1691877488374, 26963881156078, 429730221008881, 6848719654986025, 109149784258767526, 1739547828485294398
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| lim( n -> Infinity , a(n)/a(n-1)) = 8 + 3*sqrt(7). - Ant King, Nov 03 2011
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
|
FORMULA
| a(n+2)=16*a(n+1)-a(n)+7, a(n+1)=8*a(n)+3.5+1.5*(28*a(n)^2+28*a(n)+25)^0.5 - Richard Choulet (richardchoulet(AT)yahoo.fr), Sep 22 2007
G.f.: f(z)=a(1)*z+a(2)*z^2+...= (z+8z^2-2*z^3)/((1-z)*(1-16*z+z^2)) - R. Choulet (richardchoulet(AT)yahoo.fr), Oct 09 2007
a(n)=-(1/2)+(3/4)*{[8-3*sqrt(7)]^n+[8+3*sqrt(7)]^n}+(9/28)*sqrt(7)*{[8+3*sqrt(7)]^n- [8-3*sqrt(7)]^n}, with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Nov 25 2008]
From Ant King, Nov 03 2011: (Start)
a(n) = 17*a(n-1) - 17*a(n-2) + a(n-3)
a(n)=floor(3/28*sqrt(7)*(3 - sqrt(7))*(8 + 3* sqrt(7))^n)
(End)
|
|
|
MATHEMATICA
| LinearRecurrence[{17, -17, 1}, {1, 25, 406}, 16]; (* Ant King, Nov 03 2011 *)
|
|
|
CROSSREFS
| Cf. A048907, A048909.
Sequence in context: A028064 A028061 A026561 * A026391 A028044 A028057
Adjacent sequences: A048905 A048906 A048907 * A048909 A048910 A048911
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Eric Weisstein (eric(AT)weisstein.com)
|
| |
|
|