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!)
A100022 Number of digits in A090162(n). 1
1, 4, 29, 205, 1412, 9688, 66416, 455237, 3120256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n+1)/a(n) -> Phi^4 = 6.8541... - Robert G. Wilson v, Nov 23 2004
MATHEMATICA
f[n_] := Floor[ Log[10, Binomial[ Fibonacci[2n]Fibonacci[2n + 1], Fibonacci[2n - 1]Fibonacci[2n] - 1]] + 1]; Do[ Print[ f[n]], {n, 9}] (* Robert G. Wilson v, Nov 23 2004 *)
CROSSREFS
Sequence in context: A129587 A143551 A288913 * A001883 A281600 A135429
KEYWORD
nonn,base,more
AUTHOR
Eric W. Weisstein, Nov 23 2003 and Wolfdieter Lang, Dec 01 2003
EXTENSIONS
a(7)-a(9) from Robert G. Wilson v, Nov 23 2004
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)