A370179 a(n) = floor(x*a(n-1)) for n > 0 where x = (9 + 3*sqrt(13))/2, a(0) = 1.
1, 9, 89, 881, 8729, 86489, 856961, 8491049, 84132089, 833608241, 8259662969, 81839440889, 810891934721, 8034582380489, 79609268836889, 788794660956401, 7815635368139609, 77439870261864089, 767299550670033281, 7602654788387076329, 75329589051513986489
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (10,0,-9).
Programs
-
Mathematica
LinearRecurrence[{10,0,-9},{1,9,89},21] (* Stefano Spezia, Apr 24 2024 *)
Comments