A197711 Floor((n+1/n)^10).
1024, 9536, 169350, 1922601, 14455510, 79525193, 345716130, 1253815679, 3941971040, 11046221254, 28162516239, 66354069277, 146236468527, 304356025989, 602797997502, 1143224193788, 2086847748926, 3682210047876, 6303034667438, 10498899284252, 17061992477838, 27113811835076, 42216316373726, 64512773675388
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..10000
Programs
-
Magma
[Floor((n+1/n)^10): n in [1..40]]
-
Mathematica
Table[Floor[(n+1/n)^10],{n,30}] (* Harvey P. Dale, May 01 2013 *)