login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A113765
Define the first two terms to be 1 and 7. All the other terms are obtained by concatenating the two previous terms.
0
1, 7, 17, 717, 17717, 71717717, 1771771717717, 717177171771771717717, 1771771717717717177171771771717717, 7171771717717717177171771771717717717177171771771717717
OFFSET
0,2
COMMENTS
a(n) has Fibonacci(n) digits and the sum of all digits is given by Fibonacci(n-2)+7*Fibonacci(n-1) for all n>4. - Stefan Steinerberger, Jan 21 2006
EXAMPLE
The third term is 17 and it is obtained by concatenating the two previous terms 1 and 7.
CROSSREFS
Cf. A000045 - the Fibonacci numbers.
Sequence in context: A089563 A159028 A102266 * A269447 A013540 A153375
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Jan 18 2006
EXTENSIONS
More terms from Stefan Steinerberger, Jan 21 2006
STATUS
approved