login
This site is supported by donations 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; internal format)
OFFSET

1,2

FORMULA

a(n+1)/a(n) -> Phi^4 = 6.8541... - Robert G. Wilson v (rgwv(AT)rgwv.com), 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}] (from Robert G. Wilson v Nov 23 2004)

CROSSREFS

Sequence in context: A121191 A129587 A143551 * A001883 A135429 A079756

Adjacent sequences:  A100019 A100020 A100021 * A100023 A100024 A100025

KEYWORD

nonn,base

AUTHOR

Eric Weisstein (eric(AT)weisstein.com), Nov 23, 2003 and Wolfdieter Lang (wolfdieter.lang_AT_physik_DOT_uni-karlsruhe_DOT_de), Dec 01 2003

EXTENSIONS

a(7), a(8) & a(9) from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 23 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 19:15 EST 2012. Contains 205852 sequences.