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.

A356355 9-gonal numbers which are products of five distinct primes.

This page as a plain text file.
%I A356355 #16 Nov 26 2022 12:41:21
%S A356355 24486,71214,90321,116754,123234,156774,181374,265926,287574,445179,
%T A356355 450186,483414,488631,595959,688866,698214,781869,791826,845994,
%U A356355 912646,937839,970734,1030614,1042041,1100121,1266909,1463514,1659801,2014386,2041026,2171334,2187906
%N A356355 9-gonal numbers which are products of five distinct primes.
%C A356355 A squarefree subsequence of 9-gonal numbers a(n) = n*(7*n-5)/2.
%e A356355 24486 = 2*3*7*11*53 = 84*(7*84-5)/2.
%e A356355 445179 = 3*7*17*29*43 = 357*(7*357-5)/2.
%e A356355 781869 = 3*11*19*29*43 = 473*(7*473-5)/2.
%e A356355 1030614 = 2*3*13*73*181 = 543*(7*543-5)/2.
%t A356355 Select[Table[n*(7*n - 5)/2, {n, 1, 1000}], FactorInteger[#][[;; , 2]] == {1, 1, 1, 1, 1} &] (* _Amiram Eldar_, Oct 15 2022 *)
%o A356355 (PARI) select(x->omega(x)==5&&bigomega(x)==5, vector(800, k, k*(7*k-5)/2)) \\ _Michel Marcus_, Nov 26 2022
%Y A356355 Intersection of A001106 and A046387.
%K A356355 nonn
%O A356355 1,1
%A A356355 _Massimo Kofler_, Oct 15 2022