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.

A197979 a(n) = round((6*n+1/n)^n).

This page as a plain text file.
%I A197979 #14 Aug 14 2024 16:36:54
%S A197979 7,156,6162,345818,25120872,2237952687,236084694122,28771727614749,
%T A197979 3977205817386553,614815375624938276,105089416995538138498,
%U A197979 19679693805738843682351,4006775128162674717660622
%N A197979 a(n) = round((6*n+1/n)^n).
%H A197979 Vincenzo Librandi, <a href="/A197979/b197979.txt">Table of n, a(n) for n = 1..300</a>
%t A197979 Table[Round[(6n+1/n)^n],{n,20}] (* _Harvey P. Dale_, Jul 30 2024 *)
%o A197979 (Magma) [Round((6*n+1/n)^n): n in [1..20]];
%Y A197979 Cf. A014056, A197595.
%K A197979 nonn
%O A197979 1,1
%A A197979 _Vincenzo Librandi_, Oct 20 2011