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.

A055202 Smallest integer that can be expressed as p+2m^2 in more ways than any smaller number, where m >= 0 and p = 1 or prime.

This page as a plain text file.
%I A055202 #9 Jul 23 2021 09:03:50
%S A055202 3,13,19,55,61,139,181,391,439,559,619,829,859,1069,1081,1459,1489,
%T A055202 1609,1741,1951,2029,2341,3331,3961,4189,4261,4801,5911,6319,8251,
%U A055202 9751,11311,12739,13051,15889,20641,21349,22741,23659,24079,32191,33631
%N A055202 Smallest integer that can be expressed as p+2m^2 in more ways than any smaller number, where m >= 0 and p = 1 or prime.
%H A055202 L. Hodges, <a href="https://www.jstor.org/stable/2690477">A lesser-known Goldbach conjecture</a>, Math. Mag., 66 (1993), 45-47.
%e A055202 13 = 13+2*0^2 = 11+2*1^2 = 5+2*2^2, 3 ways, more than any smaller number, so 13 is in the sequence.
%Y A055202 Cf. A016067, A007697.
%K A055202 nonn
%O A055202 1,1
%A A055202 _Jud McCranie_, Jun 18 2000