A197715 Floor((n+1/5)^n).
1, 4, 32, 311, 3802, 56800, 1003061, 20441408, 472161363, 12189944199, 347854999334, 10872213398722, 369369563065819, 13553043160362242, 534138422146939893, 22502990284669009819, 1009214769013552542796, 48004835269442445650150, 2413922625560072092051194, 127946199132847926094882311
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..300
Crossrefs
Cf. A014052
Programs
-
Magma
[Floor((n+1/5)^n): n in [1..20]]
-
Mathematica
Table[Floor[(n+1/5)^n],{n,20}] (* Harvey P. Dale, Jun 19 2013 *)