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.

A198071 Round((n+1/n)^6).

This page as a plain text file.
%I A198071 #13 May 29 2025 10:41:28
%S A198071 64,244,1372,5893,19771,54992,132810,287700,572042,1061520,1861242,
%T A198071 3112580,5000730,7762992,11697770,17174292,24643050,34646960,47833242,
%U A198071 64966020,86939642,114792720,149722890,193102292,246493770
%N A198071 Round((n+1/n)^6).
%H A198071 Vincenzo Librandi, <a href="/A198071/b198071.txt">Table of n, a(n) for n = 1..10000</a>
%t A198071 Table[Round[(n+1/n)^6],{n,30}] (* _Harvey P. Dale_, Nov 11 2013 *)
%o A198071 (Magma) [Round((n+1/n)^6): n in [1..60]];
%Y A198071 Cf. A014056, A197605.
%K A198071 nonn
%O A198071 1,1
%A A198071 _Vincenzo Librandi_, Oct 21 2011