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.

A285797 Number of ways to write n as an ordered sum of two numbers that are the product of an odd number of distinct primes.

Original entry on oeis.org

0, 0, 0, 0, 1, 2, 1, 2, 2, 2, 3, 0, 2, 2, 3, 2, 4, 0, 4, 2, 4, 2, 5, 0, 6, 2, 5, 0, 4, 0, 6, 2, 6, 4, 7, 2, 8, 2, 3, 2, 6, 2, 8, 4, 8, 4, 7, 4, 10, 6, 8, 0, 6, 4, 10, 4, 6, 0, 7, 4, 13, 6, 5, 2, 10, 2, 12, 2, 6, 4, 10, 6, 16, 10, 9, 4, 10, 6, 14, 4, 10, 6, 9, 10, 17, 8, 9, 2, 8, 10, 18, 6, 8, 2, 9, 6, 16, 6, 6, 4, 14
Offset: 0

Views

Author

Ilya Gutkovskiy, Apr 26 2017

Keywords

Comments

Conjecture: a(n) > 0 for all n > 57.

Examples

			a(10) = 3 because we have [7, 3], [5, 5] and [3, 7].
		

Crossrefs

Programs

  • Mathematica
    nmax = 100; CoefficientList[Series[(Sum[Boole[MoebiusMu[k] == -1] x^k, {k, 1, nmax}])^2, {x, 0, nmax}], x]

Formula

G.f.: (Sum_{k>=1} x^A030059(k))^2.