login

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”).

A171962
a(n)=Floor(Fibonacci(n)^(1/Pi)).
1
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, 56, 65, 76, 89, 104, 121, 141, 164, 192, 223, 260, 304, 354, 413, 481, 561, 654, 762, 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
OFFSET
1,8
LINKS
MATHEMATICA
Table[Floor[Fibonacci[n]^(1/Pi)], {n, 0, 5!}]
CROSSREFS
Sequence in context: A026800 A185327 A210717 * A238208 A350892 A029028
KEYWORD
nonn,easy
AUTHOR
STATUS
approved