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.

A227642 Cubes which can be represented as sum of a prime and its reverse in at least one way.

Original entry on oeis.org

353393243, 1058089859, 12503322161, 117001919971, 344030029343
Offset: 1

Views

Author

Shyam Sunder Gupta, Jul 18 2013

Keywords

Comments

a(6) > 2*10^13. - Giovanni Resta, Jul 25 2013

Examples

			353393243 = 203993941 + 149399302.
		

Crossrefs

Programs

  • Mathematica
    cubeQ[n_Integer?Positive] := IntegerQ[n^(1/3)] ; Union[Select[Table[Prime[x] + FromDigits[Reverse[IntegerDigits[Prime[x]]]], {x, 1000000000}], cubeQ]]

Extensions

a(5) from Giovanni Resta, Jul 25 2013