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.

A197600 Floor((11n+1/n)^n).

This page as a plain text file.
%I A197600 #14 Jun 02 2025 05:01:08
%S A197600 12,506,37037,3834008,512501792,83914215402,16258109291002,
%T A197600 3637416562713075,922786228220640101,261741863272493596614,
%U A197600 82078032321730681299097,28195269239973685901676782,10529425953839699619063326835,4247266693140960691762845677068
%N A197600 Floor((11n+1/n)^n).
%H A197600 Vincenzo Librandi, <a href="/A197600/b197600.txt">Table of n, a(n) for n = 1..250</a>
%t A197600 Table[Floor[(11*n + 1/n)^n], {n, 40}] (* _T. D. Noe_, Dec 27 2011 *)
%o A197600 (Magma) [Floor((11*n+1/n)^n): n in [1..20]]
%o A197600 (PARI) a(n)=floor((11*n+1/n)^n) \\ _Charles R Greathouse IV_, Dec 27 2011
%Y A197600 Cf. A014052.
%K A197600 nonn,less
%O A197600 1,1
%A A197600 _Vincenzo Librandi_, Oct 17 2011