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.

A279948 Expansion of (Sum_{k>=1} x^(prime(k)^2))^3.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 6, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 3, 0, 3, 0, 0, 6, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 24 2016

Keywords

Comments

Number of ordered ways of writing n as the sum of three squares of primes (A001248).

Examples

			a(22) = 3 because we have [4, 9, 9], [9, 4, 9] and [9, 9, 4].
		

Crossrefs

Programs

  • Mathematica
    nmax = 125; CoefficientList[Series[(Sum[x^Prime[k]^2, {k, 1, nmax}])^3, {x, 0, nmax}], x]

Formula

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