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.

A282619 Number of non-self-conjugate solutions of X + Y = 2Z (integer, disjoint triples from {1,2,3,...,3n}).

Original entry on oeis.org

0, 0, 2, 10, 40, 212, 1086, 6550, 43978, 326462, 2704096, 24307174, 240782702, 2546166908, 29250772016, 355838290758, 4658858733922, 64127558524832, 940320570514884
Offset: 1

Views

Author

Peter Kagey, Feb 19 2017

Keywords

Comments

A self-conjugate solution is one in which for every triple (a, b, c) in the partition there exists a "conjugate" triple (m-a, m-b, m-c) or (m-b, m-a, m-c) where m = 3n+1.
| separable | inseparable | either |
-------------------+-----------+-------------+---------+
self-conjugate | A282615 | A279197 | A282616 |
non-self-conjugate | A282618 | A282617 | A282619 |
either | A279199 | A202705 | A104429 |

Examples

			For n = 3 the a(3) = 3 solutions are
(5,9,7),(4,8,6),(1,3,2),
(7,9,8),(2,6,4),(1,5,3).
		

Crossrefs

Formula

a(n) = A282617(n) + A282618(n).
a(n) = A104429(n) - A282616(n).

Extensions

a(11)-a(16) from Fausto A. C. Cariboni, Feb 27 2017
a(17) from Fausto A. C. Cariboni, Mar 22 2017
a(18)-a(19) from Martin Fuller, Jul 15 2025