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.

A033384 a(n) = floor(64/n).

This page as a plain text file.
%I A033384 #12 Mar 14 2025 10:23:59
%S A033384 64,32,21,16,12,10,9,8,7,6,5,5,4,4,4,4,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,
%T A033384 2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,
%U A033384 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
%N A033384 a(n) = floor(64/n).
%H A033384 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%t A033384 Floor[64/Range[100]] (* _Harvey P. Dale_, Feb 20 2023 *)
%o A033384 (Magma) [Floor(64/n): n in [1..100]]; // _Wesley Ivan Hurt_, Apr 04 2023
%K A033384 easy,nonn
%O A033384 1,1
%A A033384 _Jeff Burch_