Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #11 Sep 08 2022 08:45:13
%S 1,1,1,1,1,2,2,2,3,4,4,5,6,7,8,10,11,13,16,18,21,25,29,34,40,47,55,64,
%T 74,87,101,118,138,161,188,220,257,299,349,408,476,555,648,756,882,
%U 1029,1201,1401,1634,1907,2225,2595,3028,3533,4122,4809,5610,6545,7636,8909
%N a(n) = floor(7^n/6^n).
%H Vincenzo Librandi, <a href="/A094988/b094988.txt">Table of n, a(n) for n = 0..1000</a>
%t Table[ Floor[(7/6)^n], {n, 0, 30}]
%o (Magma) [Floor(7^n / 6^n): n in [0..60]]; // _Vincenzo Librandi_, Sep 09 2011
%Y Cf. A002379, A094969-A094999.
%K nonn,easy
%O 0,6
%A _Robert G. Wilson v_, May 26 2004