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.

A198078 a(n) = round((n+1/4)^n).

This page as a plain text file.
%I A198078 #15 May 29 2025 10:40:58
%S A198078 1,5,34,326,3988,59605,1052849,21460092,495764693,12800845442,
%T A198078 365323615365,11419131242071,387977390372850,14236659589753581,
%U A198078 561109543344974894,23640346895461300427,1060265646084471617079,50434955069054663240727
%N A198078 a(n) = round((n+1/4)^n).
%H A198078 Vincenzo Librandi, <a href="/A198078/b198078.txt">Table of n, a(n) for n = 1..300</a>
%t A198078 Table[Round[(n + 1/4)^n], {n, 20}] (* _Wesley Ivan Hurt_, Jun 22 2022 *)
%o A198078 (Magma) [Round((n+1/4)^n): n in [1..20]];
%Y A198078 Cf. A014056, A197714.
%K A198078 nonn
%O A198078 1,2
%A A198078 _Vincenzo Librandi_, Oct 21 2011