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.

A197713 Floor((n+1/3)^n).

This page as a plain text file.
%I A197713 #10 Jun 02 2025 05:06:07
%S A197713 1,5,37,352,4315,64534,1140538,23256803,537441241,13880477010,
%T A197713 396218076727,12386985584175,420923890579261,15447592770126359,
%U A197713 608903758014263548,25656487848259583960,1150788495459483630199,54745172171004903538414,2753138362843249502728559,145939080567682948612742851
%N A197713 Floor((n+1/3)^n).
%H A197713 Vincenzo Librandi, <a href="/A197713/b197713.txt">Table of n, a(n) for n = 1..300</a>
%t A197713 Table[Floor[(n+1/3)^n],{n,20}] (* _Harvey P. Dale_, Sep 25 2013 *)
%o A197713 (Magma) [Floor((n+1/3)^n): n in [1..20]]
%Y A197713 Cf. A014052
%K A197713 nonn
%O A197713 1,2
%A A197713 _Vincenzo Librandi_, Oct 18 2011