|
| |
|
|
A053056
|
|
Fibonacci numbers whose digit sum is also a Fibonacci number.
|
|
1
| |
|
|
0, 1, 2, 3, 5, 8, 21, 233, 317811, 3524578, 7778742049, 259695496911122585, 19740274219868223167, 10284720757613717413913, 263621064469290555679241849789653324393054271110084140201023
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| Is this sequence finite?
|
|
|
REFERENCES
| Felice Russo, A set of new Smarandache functions, sequences and conjectures in number theory, American Research Press 2000
|
|
|
LINKS
| M. L. Perez et al., eds., Smarandache Notions Journal
Felice Russo, A set of new Smarandache functions, sequences and conjectures in number theory.
|
|
|
EXAMPLE
| 317811 is in the sequence because the sum of its digits 3+1+7+8+1+1=21 is also a Fibonacci number - Luc Stevens (lms022(AT)yahoo.com), Apr 15 2006
|
|
|
MAPLE
| with(combinat): F:=[seq(fibonacci(n), n=2..80)]: a:=proc(n) local ff, sod: ff:=convert(fibonacci(n), base, 10): sod:=add(ff[i], i=1..nops(ff)): if member(sod, F)=true then fibonacci(n) else fi end: seq(a(n), n=2..300); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 17 2006
|
|
|
CROSSREFS
| Cf. A000045, A053056, A061268, A053049.
Sequence in context: A161468 A143873 A117774 * A041157 A178356 A042785
Adjacent sequences: A053053 A053054 A053055 * A053057 A053058 A053059
|
|
|
KEYWORD
| easy,base,nonn
|
|
|
AUTHOR
| Felice Russo (frusso(AT)micron.com), Feb 25 2000
|
|
|
EXTENSIONS
| More terms from Larry Reeves (larryr(AT)acm.org), Oct 03 2000
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 17 2006
Edited by R. J. Mathar, Aug 08 2008
|
| |
|
|