Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117766
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117766 Fibonacci numbers for which the sum of the digits is a Lucas number. +0
2
1, 3, 13, 21, 34, 610, 196418, 1134903170, 20365011074, 15635695580168194910579363790217849593217, 1049252690665646467530632231274619718410203796555123147644873726135009824265250 (list; graph; listen)
OFFSET

0,2

EXAMPLE

196418 is in the sequence because (1) it is a Fibonacci number and (2)the sum of its digits 1+9+6+4+1+8=29 is a Lucas number.

MAPLE

with(combinat): L[1]:=1:L[2]:=3: for m from 3 to 30 do L[m]:=L[m-1]+L[m-2] od: LL:=[seq(L[m], m=1..30)]: a:=proc(n) local ff, sod: ff:=convert(fibonacci(n), base, 10): sod:=add(ff[j], j=1..nops(ff)): if member(sod, LL)=true then fibonacci(n) else fi end: seq(a(n), n=2..450); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 16 2006

CROSSREFS

Cf. A000045, A000204.

Sequence in context: A145024 A055059 A050903 this_sequence A057589 A135580 A011533

Adjacent sequences: A117763 A117764 A117765 this_sequence A117767 A117768 A117769

KEYWORD

base,nonn

AUTHOR

Luc Stevens (lms022(AT)yahoo.com), Apr 15 2006

EXTENSIONS

Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 16 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research