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.

A129795 a(n) = floor(5^n/n).

This page as a plain text file.
%I A129795 #14 Sep 08 2022 08:45:30
%S A129795 5,12,41,156,625,2604,11160,48828,217013,976562,4438920,20345052,
%T A129795 93900240,435965401,2034505208,9536743164,44878791360,211927625868,
%U A129795 1003867701480,4768371582031,22706531343005,108372081409801
%N A129795 a(n) = floor(5^n/n).
%H A129795 Vincenzo Librandi, <a href="/A129795/b129795.txt">Table of n, a(n) for n = 1..300</a>
%t A129795 Table[Floor[5^n/n],{n,30}] (* _Harvey P. Dale_, Jul 19 2011 *)
%o A129795 (Magma)[Floor(5^n / n): n in [1..35]]; // _Vincenzo Librandi_, May 08 2011
%Y A129795 Cf. A000799, A092763, A053638.
%K A129795 nonn
%O A129795 1,1
%A A129795 _Mohammad K. Azarian_, May 18 2007