Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #8 Jul 10 2012 03:40:05
%S 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 56,65,76,89,104,121,141,164,192,223,260,304,354,413,481,561,654,762,
%U 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 a(n)=Floor(Fibonacci(n)^(1/Pi)).
%H Vincenzo Librandi, <a href="/A171962/b171962.txt">Table of n, a(n) for n = 1..1000</a>
%t Table[Floor[Fibonacci[n]^(1/Pi)],{n,0,5!}]
%Y Cf. A120184, A120185.
%K nonn,easy
%O 1,8
%A _Vladimir Joseph Stephan Orlovsky_, Nov 19 2010