cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A073549 Number of Fibonacci numbers F(k), k <= 10^n, which end in 6.

This page as a plain text file.
%I A073549 #24 Sep 08 2018 12:51:05
%S A073549 0,6,66,666,6666,66666,666666,6666666,66666666,666666666,6666666666,
%T A073549 66666666666,666666666666,6666666666666,66666666666666,
%U A073549 666666666666666,6666666666666666,66666666666666666,666666666666666666,6666666666666666666,66666666666666666666,666666666666666666666,6666666666666666666666,66666666666666666666666
%N A073549 Number of Fibonacci numbers F(k), k <= 10^n, which end in 6.
%C A073549 Apart from offset same as A002280. - _Joerg Arndt_, Jan 14 2018
%H A073549 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (11,-10).
%F A073549 a(n) = (10^n - 10)/15. - _Robert Gerbicz_, Sep 06 2002
%F A073549 a(n) = a(n-1) + 6*10^(n-2), with a(1)=0. - _Vincenzo Librandi_, Aug 08 2010
%e A073549 a(2)=6 because there are 6 Fibonacci numbers up to Fibonacci(10^2) which end in 6.
%p A073549 A073549 := [seq((10^n - 10)/15, n=1..100)]; # _Muniru A Asiru_, Jan 14 2018
%t A073549 LinearRecurrence[{11,-10},{0,6},30] (* or *) Table[(10^n-10)/15,{n,30}] (* _Harvey P. Dale_, Sep 08 2018 *)
%K A073549 base,nonn
%O A073549 1,2
%A A073549 _Shyam Sunder Gupta_, Aug 15 2002
%E A073549 More terms from _Robert Gerbicz_, Sep 06 2002