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.

A355095 Taxicab numbers (sums of 2 cubes in more than 1 way) which are products of five distinct primes.

This page as a plain text file.
%I A355095 #16 Feb 16 2025 08:34:03
%S A355095 16387189,16776487,17045567,24767171,38253878,39639691,40183262,
%T A355095 41892515,44409995,51278929,60271939,73842713,106496767,122810129,
%U A355095 129380329,145908847,154245637,156234169,176427433,197842337,243578881,271688534,272264167,292940137,300694303,373333697,389675503,401947273
%N A355095 Taxicab numbers (sums of 2 cubes in more than 1 way) which are products of five distinct primes.
%C A355095 A squarefree subsequence of taxicab numbers.
%H A355095 David A. Corneth, <a href="/A355095/b355095.txt">Table of n, a(n) for n = 1..3057</a> (terms <= 10^13)
%H A355095 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/TaxicabNumber.html">Taxicab Number</a>
%e A355095 16387189 = 5^3 + 254^3 = 197^3 + 206^3 = 7*13*31*37*157.
%e A355095 38253878 = 87^3 + 335^3 = 173^3 + 321^3 = 2*13*19*211*367.
%e A355095 44409995 = 138^3 + 347^3 = 176^3 + 339^3 = 5*7*97*103*127.
%Y A355095 Intersection of A001235 and A046387.
%K A355095 nonn
%O A355095 1,1
%A A355095 _Massimo Kofler_, Jun 19 2022