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.

A046921 Number of ways to express 2n+1 as p+2a^2; p = 1 or prime, a >= 0.

This page as a plain text file.
%I A046921 #18 Jul 22 2021 09:18:25
%S A046921 1,2,2,2,2,2,3,2,1,4,3,2,3,1,2,4,2,2,4,3,2,3,3,2,4,3,2,5,1,2,6,3,1,3,
%T A046921 4,2,5,4,2,6,3,2,4,2,3,6,2,1,4,3,4,6,4,2,6,5,2,6,3,2,5,1,2,3,5,4,5,4,
%U A046921 1,8,4,1,6,3,2,6,2,2,6,6,1,4,5,3,7,4,3,6,2,3,10,2,3,4,4,3,3,4,2
%N A046921 Number of ways to express 2n+1 as p+2a^2; p = 1 or prime, a >= 0.
%C A046921 Goldbach conjectured this sequence is never zero.
%C A046921 The only zero terms appear to be for the odd numbers 5777 and 5993. - _T. D. Noe_, Aug 23 2008
%H A046921 T. D. Noe, <a href="/A046921/b046921.txt">Table of n, a(n) for n = 0..10000</a>
%H A046921 L. Hodges, <a href="https://www.jstor.org/stable/2690477">A lesser-known Goldbach conjecture</a>, Math. Mag., 66 (1993), 45-47.
%H A046921 <a href="/index/Go#Goldbach">Index entries for sequences related to Goldbach conjecture</a>
%F A046921 a(n) = A046920(A005408(n)). - _Reinhard Zumkeller_, Apr 03 2013
%o A046921 (Haskell)
%o A046921 a046921 = a046920 . a005408  -- _Reinhard Zumkeller_, Apr 03 2013
%Y A046921 Cf. A042978, A046920, A046922, A046923, A060003, A143539.
%Y A046921 Cf. A007697.
%K A046921 nonn
%O A046921 0,2
%A A046921 _David W. Wilson_