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”).

A129798
a(n) = floor(8^n/n).
4
8, 32, 170, 1024, 6553, 43690, 299593, 2097152, 14913080, 107374182, 780903144, 5726623061, 42288908760, 314146179364, 2345624805922, 17592186044416, 132458812569720, 1000799917193443, 7585009898729256
OFFSET
1,1
LINKS
MATHEMATICA
Table[Floor[8^n/n], {n, 20}] (* Harvey P. Dale, Aug 03 2019 *)
PROG
(Magma)[Floor(8^n / n): n in [1..25]]; // Vincenzo Librandi, May 08 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Mohammad K. Azarian, May 18 2007
STATUS
approved