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.

A045701 Number of ways n can be written as a sum of a square of a prime and a cube of a prime.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 1

Views

Author

Keywords

Examples

			a(12) = 1 because 12 = 2^2 + 2^3; a(17) = 1 because 17 = 2^3 + 3^2.
a(129) = 2 because 129 = 2^3 + 11^2 = 2^2 + 5^3.
		

Crossrefs

Formula

G.f.: (Sum_{k>=1} x^(prime(k)^2))*(Sum_{k>=1} x^(prime(k)^3)). - Ilya Gutkovskiy, Jan 06 2017

Extensions

More terms from Erich Friedman