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!)
A283762 Expansion of (x + Sum_{k>=1} x^prime(k))^3. 10
0, 0, 0, 1, 3, 6, 7, 9, 9, 13, 12, 15, 9, 15, 12, 22, 15, 24, 12, 27, 18, 34, 18, 36, 15, 42, 24, 45, 15, 42, 12, 51, 24, 52, 18, 60, 21, 66, 24, 58, 15, 69, 18, 75, 30, 75, 24, 87, 21, 93, 36, 91, 24, 99, 18, 108, 36, 97, 18, 108, 21, 126, 42, 111, 21, 135, 30, 141, 36, 112, 18, 150, 30, 153, 42, 138, 33, 177, 30, 171, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Number of ways to write n as an ordered sum of 3 noncomposite numbers (1 together with the primes) (A008578).
a(2k+1) > 0 for all k > 0 (from the ternary Goldbach's conjecture, proved by H. A. Helfgott).
LINKS
FORMULA
G.f.: (x + Sum_{k>=1} x^prime(k))^3.
EXAMPLE
a(6) = 7 because we have [3, 2, 1], [3, 1, 2], [2, 3, 1], [2, 2, 2], [2, 1, 3], [1, 3, 2] and [1, 2, 3].
MATHEMATICA
nmax = 80; CoefficientList[Series[(x + Sum[x^Prime[k], {k, 1, nmax}])^3, {x, 0, nmax}], x]
PROG
(PARI) concat([0, 0, 0], Vec((x + sum(k=1, 80, x^prime(k)))^3 + O(x^81))) \\ Indranil Ghosh, Mar 16 2017
CROSSREFS
Sequence in context: A021735 A121550 A067751 * A088045 A267983 A344153
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 16 2017
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 May 3 09:56 EDT 2024. Contains 372207 sequences. (Running on oeis4.)