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.

A105506 Numbers m such that 6 is the leading digit of the n-th Fibonacci number in decimal representation.

Original entry on oeis.org

15, 20, 39, 63, 82, 87, 106, 130, 149, 154, 173, 197, 216, 221, 240, 259, 264, 283, 288, 307, 326, 331, 350, 355, 374, 393, 398, 417, 422, 441, 460, 465, 484, 508, 527, 532, 551, 575, 594, 599, 618, 642, 661, 666, 685, 709, 728, 733, 752, 771, 776, 795, 800
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 11 2005

Keywords

Comments

A008963(a(n)) = 6; A105516(a(n)) = A105516(a(n) - 1) + 1.

Examples

			a(10)=154: A008963(154) = A000030(A000045(154)) =
A000030(68330027629092351019822533679447) = 6.
		

Crossrefs

Programs

Formula

a(n) ~ kn by the equidistribution theorem, where k = log(10)/(log(7) - log(6)) = 14.9372.... - Charles R Greathouse IV, Oct 07 2016
Showing 1-1 of 1 results.