The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A261607 Initial digit of Fibonacci number F(n) in base 60. 4
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 1, 2, 3, 6, 10, 16, 26, 43, 1, 1, 3, 4, 7, 12, 20, 33, 54, 1, 2, 3, 6, 10, 16, 26, 42, 1, 1, 3, 4, 7, 12, 20, 33, 54, 1, 2, 3, 6, 10, 16, 26, 42, 1, 1, 2, 4, 7, 12, 20, 33, 53, 1, 2, 3, 6, 9, 16, 25, 42, 1, 1, 2, 4, 7, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..10000 (first 1001 terms from Reinhard Zumkeller)
Eric Weisstein's World of Mathematics, Sexagesimal.
Wikipedia, Sexagesimal.
FORMULA
a(n) = A261575(n, A261585(n)-1).
Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k) = Sum_{d=1..59} d*log(1+1/d)/log(60) = 13.92958... . - Amiram Eldar, Jan 12 2023
MATHEMATICA
IntegerDigits[Fibonacci[Range[0, 75]], 60][[All, 1]] (* Michael De Vlieger, Jan 22 2022 *)
PROG
(Haskell)
a261607 = last . a261575_row
(PARI) a(n) = if (n, digits(fibonacci(n), 60)[1], 0); \\ Michel Marcus, Jan 22 2022
CROSSREFS
Sequence in context: A023439 A147660 A013987 * A261575 A261606 A261598
KEYWORD
nonn,look,base
AUTHOR
Reinhard Zumkeller, Sep 09 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)