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.

Showing 1-1 of 1 results.

A175561 Period of the decimal representation of 1/Fibonacci(n).

Original entry on oeis.org

1, 1, 1, 1, 6, 6, 16, 2, 44, 1, 232, 84, 60, 138, 133, 144, 336, 10, 420, 396, 28656, 66, 1500, 3016, 5616, 84, 514228, 60, 335824, 152214, 9900, 67830, 70980, 7632, 4440, 261744, 27144, 30, 504628, 420, 108373609, 47124, 9120, 3295440, 2971215072, 836418
Offset: 3

Views

Author

Michel Lagneau, Jul 02 2010

Keywords

Comments

With regard to A175550, where the period of 1/Fibonacci(n) is concerned with the Fibonacci numbers such that gcd(Fibonacci(n), 10) = 1 only, this sequence is complete.

Examples

			a(8) = 6 because Fibonacci(8) = 21, and 1/21 = 0. 047619 047619 047619 047619 ... => period = 6;
a(9) = 16 because Fibonacci(9) = 34, and 1/34 = 0.0 2941176470588235 2941176470588235 2941176470588235 ... => period = 16.
		

Crossrefs

Programs

  • Mathematica
    Table[MultiplicativeOrder[10, n/Times @@ ({2, 5}^IntegerExponent[n, {2, 5}])], {n, Fibonacci[Range[3, 50]]}] (* Amiram Eldar, May 26 2024 *)
  • PARI
    a(n) = my(f=fibonacci(n)); znorder(Mod(10, f/2^valuation(f, 2)/5^valuation(f, 5))); \\ Michel Marcus, May 26 2024

Formula

a(n) = A007732(A000045(n)).

Extensions

a(23) onward corrected by Sean A. Irvine, May 26 2024
Showing 1-1 of 1 results.