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

1,1

LINKS

Robert G. Wilson v, Table of n, a(n) for n = 0..100.

EXAMPLE

139583862445 is a Fibonacci number with 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 [From Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 24 2008]

CROSSREFS

Cf. A000045, A199635 (indices of these Fibonacci numbers).

Sequence in context: A082483 A075735 A053409 * A008946 A095738 A138227

Adjacent sequences:  A144202 A144203 A144204 * A144206 A144207 A144208

KEYWORD

nonn,base

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Sep 13 2008

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 24 2008

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 16 13:02 EST 2012. Contains 205909 sequences.