|
| |
|
|
A073549
|
|
Number of Fibonacci numbers F(k), k <= 10^n, which end in 6.
|
|
1
| |
|
|
0, 6, 66, 666, 6666, 66666, 666666, 6666666, 66666666, 666666666, 6666666666, 66666666666, 666666666666, 6666666666666, 66666666666666, 666666666666666, 6666666666666666, 66666666666666666, 666666666666666666, 6666666666666666666, 66666666666666666666, 666666666666666666666, 6666666666666666666666, 66666666666666666666666
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
FORMULA
| a(n)=(10^n-10)/15. - Robert Gerbicz (gerbicz(AT)freemail.hu), Sep 06 2002
a(n)=a(n-1)+6*10^(n-2), (with a(1)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 08 2010]
|
|
|
EXAMPLE
| a(2)=6 because there are 6 Fibonacci numbers up to 10^2 which end in 6.
|
|
|
CROSSREFS
| Does this always coincide with A002280?
Sequence in context: A137120 A002280 A073548 * A119087 A119212 A068643
Adjacent sequences: A073546 A073547 A073548 * A073550 A073551 A073552
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Shyam Sunder Gupta (guptass(AT)rediffmail.com), Aug 15 2002
|
|
|
EXTENSIONS
| More terms from Robert Gerbicz (gerbicz(AT)freemail.hu), Sep 06 2002
|
| |
|
|