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!)
A092779 Exponent of 2 in central fibonomial coefficient A003267. 0
0, 0, 1, 2, 2, 3, 1, 1, 2, 3, 3, 4, 1, 1, 2, 3, 3, 4, 2, 2, 3, 4, 4, 5, 1, 1, 2, 3, 3, 4, 2, 2, 3, 4, 4, 5, 2, 2, 3, 4, 4, 5, 3, 3, 4, 5, 5, 6, 1, 1, 2, 3, 3, 4, 2, 2, 3, 4, 4, 5, 2, 2, 3, 4, 4, 5, 3, 3, 4, 5, 5, 6, 2, 2, 3, 4, 4, 5, 3, 3, 4, 5, 5, 6, 3, 3, 4, 5, 5, 6, 4, 4, 5, 6, 6, 7, 1, 1, 2, 3, 3, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Table[IntegerExponent[Round[GoldenRatio^(n^2) QBinomial[2 n, n, -1/GoldenRatio^2]], 2], {n, 0, 30}] (* Vladimir Reshetnikov, Sep 27 2016 *)
PROG
(PARI) a(n)=valuation(prod(m=0, n-1, fibonacci(2*n-m))/prod(m=1, n, fibonacci(m)), 2)
CROSSREFS
Sequence in context: A208970 A213939 A267485 * A328067 A355792 A286093
KEYWORD
nonn
AUTHOR
Ralf Stephan, Apr 14 2004
EXTENSIONS
a(0) = 0 added and offset changed from 1 to 0 by Vladimir Reshetnikov, Sep 27 2016
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 May 10 01:03 EDT 2024. Contains 372354 sequences. (Running on oeis4.)