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.

A197974 Ceiling((n+1/5)^n).

This page as a plain text file.
%I A197974 #10 Jun 02 2025 05:17:24
%S A197974 2,5,33,312,3803,56801,1003062,20441409,472161364,12189944200,
%T A197974 347854999335,10872213398723,369369563065820,13553043160362243,
%U A197974 534138422146939894,22502990284669009820,1009214769013552542797,48004835269442445650151
%N A197974 Ceiling((n+1/5)^n).
%H A197974 Vincenzo Librandi, <a href="/A197974/b197974.txt">Table of n, a(n) for n = 1..300</a>
%t A197974 Table[Ceiling[(n+1/5)^n],{n,20}] (* _Harvey P. Dale_, Oct 05 2016 *)
%o A197974 (Magma) [Ceiling((n+1/5)^n): n in [1..20]]
%Y A197974 Cf. A014058, A197910
%K A197974 nonn
%O A197974 1,1
%A A197974 _Vincenzo Librandi_, Oct 20 2011