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!)
A098842 Number of n-digit Fibonacci numbers. 4
7, 5, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1)=7 because the Fibonacci numbers having one digit are the first seven; then the next five have two digits, so a(2)=5.
LINKS
MATHEMATICA
Join[{7}, Rest[Length[#]&/@Split[IntegerLength[Fibonacci[Range[510]]]]]] (* Harvey P. Dale, Jul 19 2020 *)
PROG
(Haskell)
a098842 n = a098842_list !! (n-1)
a098842_list = map length $ group a060384_list
-- Reinhard Zumkeller, Mar 09 2013
CROSSREFS
Essentially the same as A050815, which is the main entry for this sequence. Cf. A000045, A060384.
Sequence in context: A138313 A138312 A152115 * A173166 A070273 A158244
KEYWORD
base,easy,nonn
AUTHOR
Alex Vinokur (alexvn(AT)barak-online.net), Nov 03 2004
EXTENSIONS
Corrected by Alexandre Wajnberg, Mar 28 2005
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 April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)