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.

A134707 a(n) = floor(n^sqrt(Pi)).

This page as a plain text file.
%I A134707 #15 Jun 17 2022 14:36:35
%S A134707 1,3,7,11,17,23,31,39,49,59,70,81,94,107,121,136,151,167,184,202,220,
%T A134707 239,259,279,300,322,344,367,390,415,439,465,491,518,545,573,601,631,
%U A134707 660,691,722,753,785,818,851,885,919,954,990,1026,1063,1100,1138,1176
%N A134707 a(n) = floor(n^sqrt(Pi)).
%H A134707 William A. Tedeschi, <a href="/A134707/b134707.txt">Table of n, a(n) for n = 1..10000</a>
%t A134707 Table[Floor[n^Sqrt[Pi]], {n, 100}] (* _Stefan Steinerberger_, Jan 28 2008 *)
%o A134707 (PARI) a(n)=n^sqrt(Pi)\1 \\ _Charles R Greathouse IV_, Feb 06 2015
%K A134707 nonn
%O A134707 1,2
%A A134707 _Rolf Pleisch_, Jan 27 2008
%E A134707 More terms from _Stefan Steinerberger_, Jan 28 2008