cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A197710 Floor((n+1/n)^9).

This page as a plain text file.
%I A197710 #12 Jun 02 2025 05:05:56
%S A197710 512,3814,50805,452376,2779905,12895977,48400258,154315775,432655358,
%T A197710 1093685272,2539243267,5491371250,11182788769,21629362253,40008716648,
%U A197710 71173490663,122332454247,203937787267,330822261550,523635874526,810637651662,1229904866745,1832028823765,2683373601749
%N A197710 Floor((n+1/n)^9).
%H A197710 Vincenzo Librandi, <a href="/A197710/b197710.txt">Table of n, a(n) for n = 1..10000</a>
%t A197710 Table[Floor[(n+1/n)^9],{n,30}] (* _Harvey P. Dale_, Aug 26 2022 *)
%o A197710 (Magma) [Floor((n+1/n)^9): n in [1..40]]
%Y A197710 Cf. A014052, A197602, A197603, A197604
%K A197710 nonn
%O A197710 1,1
%A A197710 _Vincenzo Librandi_, Oct 18 2011