A134755 Minimal number such that all greater numbers can be written as sums of squares of primes in more than n ways.
23, 39, 55, 64, 68, 73, 80, 84, 91, 96, 100, 105, 109, 113, 114, 118, 122, 123, 127, 131, 132, 136, 140, 140, 144, 145, 145, 149, 149, 153, 154, 156, 158, 160, 163, 164, 167, 168, 168, 172, 172, 176, 176, 176, 180, 180, 181, 181, 185, 185, 185, 189, 189, 190
Offset: 0
Keywords
Examples
a(0)=23, since numbers >23 can be written as sum of squares of primes. a(1)=39, since there are at least two ways, to write a number >39 as a sum of squares of primes.
Formula
a(n)=min( m | A090677(j)>n for all j>m).
Comments