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.

A125890 Floor(Zeta(3)^n).

This page as a plain text file.
%I A125890 #2 Mar 31 2012 10:22:01
%S A125890 1,1,1,2,2,3,3,4,5,6,7,9,10,13,15,19,22,27,33,39,47,57,68,82,99,119,
%T A125890 143,172,207,249,300,361,434,521,627,753,906,1089,1309,1573,1892,2274,
%U A125890 2733,3286,3950,4748,5707,6861,8247,9914,11917,14325,17219,20699,24881,29908
%N A125890 Floor(Zeta(3)^n).
%t A125890 Table[Floor[(Zeta[3])^n], {n, 1, 100}]
%Y A125890 Cf. A125891-A125899.
%K A125890 nonn
%O A125890 1,4
%A A125890 _Artur Jasinski_, Dec 13 2006