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.

A113958 Triangular numbers that can be written as sum of two positive cubes.

This page as a plain text file.
%I A113958 #14 Jun 26 2022 04:14:14
%S A113958 28,91,351,2926,8001,46971,58653,93528,97461,141778,300700,365085,
%T A113958 382375,398278,874503,1295245,1669878,3425653,4117015,7517503,7657741,
%U A113958 7771653,9415630,9598771
%N A113958 Triangular numbers that can be written as sum of two positive cubes.
%C A113958 Intersection of A003325 and A000217.
%H A113958 Donovan Johnson, <a href="/A113958/b113958.txt">Table of n, a(n) for n = 1..5122</a>
%H A113958 <a href="/index/Su#ssq">Index entries for sequences related to sums of cubes</a>
%e A113958 91 = 13*(13+1)/2 = 4^3 + 3^3, therefore 91 is a term.
%t A113958 Sort[Select[Total/@Subsets[Range[300]^3,{2}],OddQ[Sqrt[8#+1]]&]] (* _Harvey P. Dale_, Oct 10 2014 *)
%Y A113958 Cf. A000217, A000578, A003108, A003325, A119977.
%K A113958 nonn
%O A113958 1,1
%A A113958 _Reinhard Zumkeller_, Jun 03 2006