A129797 a(n) = floor(7^n/n).
7, 24, 114, 600, 3361, 19608, 117649, 720600, 4483734, 28247524, 179756976, 1153440600, 7453000800, 48444505203, 316504100662, 2077058160600, 13684147881600, 90467422106136, 599941851861744, 3989613314880600
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..300
Programs
-
Magma
[Floor(7^n / n): n in [1..25]]; // Vincenzo Librandi, May 08 2011
-
Mathematica
Table[Floor[7^n/n],{n,30}] (* Harvey P. Dale, Dec 05 2012 *)