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!)
A144205 Fibonacci numbers containing an equal number of odd and even digits. 5
21, 34, 89, 4181, 6765, 196418, 514229, 39088169, 7778742049, 139583862445, 365435296162, 10610209857723, 27777890035288, 44945570212853, 1304969544928657, 8944394323791464, 679891637638612258 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
139583862445 is a Fibonacci number with an equal number of odd and even digits.
MATHEMATICA
fQ[n_] := Block[{id = IntegerDigits@ n}, Length@ Select[id, OddQ@ # &] == Length@ id/2]; lst = {}; Do[ fb = Fibonacci@ n; If[ fQ@ fb, AppendTo[lst, fb]], {n, 300}]; lst (* Robert G. Wilson v, Sep 24 2008 *)
CROSSREFS
Cf. A000045, A199635 (indices of these Fibonacci numbers).
Sequence in context: A075735 A053409 A253910 * A261408 A008946 A095738
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Sep 13 2008
EXTENSIONS
More terms from Robert G. Wilson v, Sep 24 2008
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 2 04:48 EDT 2024. Contains 372178 sequences. (Running on oeis4.)