login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A219254 Number of ways to express 2n+1 as p+4q with p, q primes. 7
0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 1, 2, 3, 2, 1, 4, 2, 2, 2, 3, 2, 2, 2, 2, 4, 4, 1, 4, 4, 3, 3, 3, 3, 3, 3, 4, 4, 5, 0, 5, 7, 3, 3, 6, 3, 5, 3, 5, 4, 6, 2, 3, 6, 2, 5, 6, 3, 5, 5, 4, 6, 6, 3, 5, 7, 3, 4, 8, 3, 5, 5, 3, 4, 7, 3, 6, 6, 5, 5, 8, 4, 3, 8, 4, 5, 8, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
This is related to the conjecture given in A219252.
a(38) = 0 because A219252(38) = 0.
LINKS
EXAMPLE
a(15) = 4 because 31 = 23 + 4*2 = 19 + 4*3 = 11 + 4*5 = 3 + 4*7 with 4 decompositions.
MATHEMATICA
a[n_] := (ways = 0; Do[p = 2k + 1; q = (n-k)/2; If[PrimeQ[p] && PrimeQ[q], ways++], {k, 1, n}]; ways); Table[a[n], {n, 0, 91}]
CROSSREFS
Sequence in context: A257977 A070966 A338669 * A072504 A072499 A060272
KEYWORD
nonn
AUTHOR
Michel Lagneau, Apr 11 2013
EXTENSIONS
Name corrected by Zak Seidov, Apr 14 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)