A094979 Duplicate of A065565.
1, 1, 1, 1, 2, 3, 3, 4, 5, 7, 9, 11, 14, 18, 22, 28, 35, 44, 55, 69, 86, 108, 135, 169, 211
Offset: 0
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.
[Floor(4*(5/4)^n): n in [1..60]]; // G. C. Greubel, Jun 07 2023
Floor[4*(5/4)^Range[60]] (* G. C. Greubel, Jun 07 2023 *)
for(n=1,100,print1(floor(5^n/4^(n-1)),", "))
[(5^n//4^(n-1)) for n in range(1,61)] # G. C. Greubel, Jun 07 2023
Comments