It is widely accepted from transformer research that "attention is all we need", but the amount of attention required has never been systematically quantified. Is quadratic O(L2) attention necessary, or is there a sub-quadratic attention mechanism that can achieve comparable performance? To answer this question, we introduce power-based partial attention (PPA), an attention mechanism of order O(L1+p), where 0≤p≤1, such that p=0 corresponds to sliding window attention with linear complexity, and p=1 corresponds to full attention. With this attention construction, we can explore how transformer architecture performance varies as a function of the attention scaling behavior controlled by p. The overall trend from our experiments shows an S-curve-like behavior where the performance transitions from sliding-window (linear-complexity) attention to full attention over a narrow window of p values, and plateaus as p approaches 1. In our experiments, we show that there exists 0<p<1 such that O(L1+p) attention is sufficient to achieve similar results as O(L2) full attention.