A134754 Minimal number such that all greater numbers can be written as sums of squares >1 in more than n ways.
23, 39, 39, 55, 55, 55, 59, 59, 63, 71, 71, 71, 71, 75, 75, 75, 75, 79, 79, 87, 87, 87, 87, 87, 91, 91, 91, 91, 91, 91, 95, 95, 95, 95, 95, 96, 96, 99, 99, 103, 103, 103, 103, 103, 103, 103, 107, 107, 107, 107, 107, 107, 107, 107, 111, 111, 111, 111, 111, 111, 111
Offset: 0
Keywords
Examples
a(0)=23, since numbers >23 can be written as sum of squares >1. a(2)=39, since there are at least three ways, to write a number >39 as a sum of squares >1.
Formula
a(n)=min( m | A078134(j)>n for all j>m).
Comments