login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A046923
Number of ways to express 2n+1 as p+2a^2; p prime, a >= 0.
7
0, 1, 2, 2, 1, 2, 3, 2, 1, 3, 3, 2, 3, 1, 2, 4, 1, 2, 4, 3, 2, 3, 3, 2, 4, 2, 2, 5, 1, 2, 6, 3, 1, 3, 4, 2, 4, 4, 2, 6, 3, 2, 4, 2, 3, 6, 2, 1, 4, 2, 4, 6, 4, 2, 6, 5, 2, 6, 3, 2, 5, 1, 2, 3, 4, 4, 5, 4, 1, 8, 4, 1, 6, 3, 2, 6, 2, 2, 6, 6, 1, 3, 5, 3, 7, 4, 3, 6, 2, 3, 10, 2, 3, 4, 4, 3, 3, 4, 2
OFFSET
0,3
COMMENTS
The only zero terms appear to be for the odd numbers 1, 5777 and 5993. - T. D. Noe, Aug 23 2008
a(n) = A046922(A005408(n)). - Reinhard Zumkeller, Apr 03 2013
PROG
(Haskell)
a046923 = a046922 . a005408 -- Reinhard Zumkeller, Apr 03 2013
KEYWORD
nonn
EXTENSIONS
Definition corrected by T. D. Noe, Aug 23 2008
STATUS
approved