A197710 Floor((n+1/n)^9).
512, 3814, 50805, 452376, 2779905, 12895977, 48400258, 154315775, 432655358, 1093685272, 2539243267, 5491371250, 11182788769, 21629362253, 40008716648, 71173490663, 122332454247, 203937787267, 330822261550, 523635874526, 810637651662, 1229904866745, 1832028823765, 2683373601749
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..10000
Programs
-
Magma
[Floor((n+1/n)^9): n in [1..40]]
-
Mathematica
Table[Floor[(n+1/n)^9],{n,30}] (* Harvey P. Dale, Aug 26 2022 *)