A046923 Number of ways to express 2n+1 as p+2a^2; p prime, a >= 0.
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
Keywords
Links
- T. D. Noe, Table of n, a(n) for n = 0..10000
- L. Hodges, A lesser-known Goldbach conjecture, Math. Mag., 66 (1993), 45-47.
- Index entries for sequences related to Goldbach conjecture
Programs
-
Haskell
a046923 = a046922 . a005408 -- Reinhard Zumkeller, Apr 03 2013
Extensions
Definition corrected by T. D. Noe, Aug 23 2008
Comments