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.

A197596 a(n) = Floor((7n+1/n)^n).

This page as a plain text file.
%I A197596 #15 Jun 17 2025 11:49:15
%S A197596 8,210,9709,636903,54039748,5621026396,692186010834,98457959756722,
%T A197596 15883727818630151,2865366503771469410,571524481184700575469,
%U A197596 124887520213444076248619,29669385469799155774434098,7613687050766411443598268998
%N A197596 a(n) = Floor((7n+1/n)^n).
%H A197596 Vincenzo Librandi, <a href="/A197596/b197596.txt">Table of n, a(n) for n = 1..300</a>
%o A197596 (Magma) [Floor((7*n+1/n)^n): n in [1..20]];
%o A197596 (PARI) a(n)=floor((7*n+1/n)^n) \\ _Charles R Greathouse IV_, Dec 27 2011
%Y A197596 Cf. A014052.
%K A197596 nonn,less
%O A197596 1,1
%A A197596 _Vincenzo Librandi_, Oct 17 2011