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!)
A144833 Lucas numbers with an equal number of odd and even digits. 2
18, 29, 47, 76, 1364, 271443, 710647, 12752043, 20633239, 33385282, 54018521, 2537720636, 62113250390418, 1803423556807921, 221806434537978679, 667714778405043259651218, 31368381450514812615027603 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
54018521 is a Lucas 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[ lu = LucasL@ n; If[ fQ@ lu, AppendTo[lst, lu]], {n, 300}]; lst (* Robert G. Wilson v, Sep 24 2008 *)
Select[LucasL[Range[150]], Count[IntegerDigits[#], _?OddQ] == Count[ IntegerDigits[ #], _?EvenQ]&] (* Harvey P. Dale, Dec 21 2016 *)
CROSSREFS
Sequence in context: A259642 A045000 A205871 * A259635 A366964 A032612
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Sep 22 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 April 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)