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.

A134886 a(n) = floor(n^sqrt(2)).

This page as a plain text file.
%I A134886 #14 Jul 14 2025 21:47:46
%S A134886 1,2,4,7,9,12,15,18,22,25,29,33,37,41,46,50,54,59,64,69,74,79,84,89,
%T A134886 94,100,105,111,116,122,128,134,140,146,152,158,165,171,177,184,190,
%U A134886 197,204,210,217,224,231,238,245,252,259,267,274,281,289,296,304,311
%N A134886 a(n) = floor(n^sqrt(2)).
%H A134886 William A. Tedeschi, <a href="/A134886/b134886.txt">Table of n, a(n) for n=1..10000</a>
%t A134886 Table[Floor[n^Sqrt[2]], {n,1,100}] (* _G. C. Greubel_, Jan 27 2018 *)
%o A134886 (PARI) a(n) = floor(n^sqrt(2)) \\ _Michel Marcus_, Jul 18 2013
%o A134886 (Magma) [Floor(n^Sqrt(2)): n in [1..50]]; // _G. C. Greubel_, Jan 27 2018
%K A134886 nonn
%O A134886 1,2
%A A134886 _Rolf Pleisch_, Jan 29 2008