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.

A171962 a(n) = Floor(Fibonacci(n)^(1/Pi)).

This page as a plain text file.
%I A171962 #12 Jun 03 2025 08:42:58
%S A171962 0,1,1,1,1,1,1,2,2,3,3,4,4,5,6,7,8,10,12,14,16,19,22,26,30,35,41,48,
%T A171962 56,65,76,89,104,121,141,164,192,223,260,304,354,413,481,561,654,762,
%U A171962 888,1035,1207,1407,1640,1911,2228,2596,3026,3527,4111,4792,5585,6510,7587,8843,10307,12014,14002,16320,19022,22170,25840,30118,35103,40914,47686,55580,64780,75503,88001,102568,119546,139334,162398
%N A171962 a(n) = Floor(Fibonacci(n)^(1/Pi)).
%H A171962 Vincenzo Librandi, <a href="/A171962/b171962.txt">Table of n, a(n) for n = 1..1000</a>
%t A171962 Table[Floor[Fibonacci[n]^(1/Pi)],{n,0,5!}]
%Y A171962 Cf. A120184, A120185.
%K A171962 nonn,easy
%O A171962 0,8
%A A171962 _Vladimir Joseph Stephan Orlovsky_, Nov 19 2010
%E A171962 Offset corrected by _Georg Fischer_, Jun 03 2025