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.

A281927 Numbers that are the product of exactly 10 primes and are of the form prime(n) + prime(n + 1).

This page as a plain text file.
%I A281927 #14 Mar 01 2024 02:05:27
%S A281927 2304,3456,5184,5376,8448,9600,14400,14976,18816,19008,19440,21888,
%T A281927 29440,30208,31488,34048,36096,36608,43264,43904,46848,47040,47232,
%U A281927 55552,59520,60000,60160,63936,69696
%N A281927 Numbers that are the product of exactly 10 primes and are of the form prime(n) + prime(n + 1).
%C A281927 Intersection of A001043 and A046314. - _Bruno Berselli_, Feb 02 2017
%e A281927 2304 = 2^8 * 3^2 = 1151 + 1153, 3456 = 2^7 * 3^3 = 1723 + 1733, 5184 = 2^6 * 3^4 = 2591 + 2593.
%t A281927 Total[#] & /@ Select[Partition[Prime[Range[10000]], 2, 1], 10 == PrimeOmega[Total[#]] &]
%Y A281927 Cf. A001043, A046314.
%Y A281927 Cf. A105936 (products of 3 primes), A281925 (products of 4 primes), A281926 (products of 5 primes).
%K A281927 nonn
%O A281927 1,1
%A A281927 _Zak Seidov_, Feb 02 2017