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.

A225909 Numbers that are both a sum of two positive cubes and a difference of two consecutive cubes.

Original entry on oeis.org

91, 217, 1027, 4921, 8587, 14911, 31519, 39331, 106597, 117019, 136747, 185257, 195841, 265519, 281827, 616987, 636181, 684019, 712969, 724717, 736561, 955981, 1200169, 1352737, 1405621, 1771777, 2481571, 2756167, 2937331, 4251871, 4996171, 5262901
Offset: 1

Views

Author

Jonathan Sondow, Jun 21 2013

Keywords

Comments

Solutions x to the equations x = a^3 + b^3 = (c+1)^3 - c^3 in positive integers. The values of c are A226902.
The intersection of A003325 and A003215.
Subsequence of A225908 = numbers that are both a sum and a difference of two positive cubes.
Shiraishi's solution to Gokai Ampon's equation u^3 + v^3 + w^3 = n^3 (see A023042 and A226903) shows that the sequence is infinite.

Examples

			3^3 + 4^3 = 6^3 - 5^3 = 91, so 91 is a member.
		

References

  • Shiraishi Chochu (aka Shiraishi Nagatada), Shamei Sampu (Sacred Mathematics), 1826.

Crossrefs

Programs

Formula

a(n) = (A226902(n)+1)^3 - A226902(n)^3.