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.

A215405 Largest prime factor of the n-th n-almost prime.

This page as a plain text file.
%I A215405 #34 Apr 06 2016 01:52:07
%S A215405 2,3,3,5,3,7,5,3,7,11,5,5,13,3,7,11,5,17,7,5,19,13,3,23,7,7,11,5,17,7,
%T A215405 11,5,19,29,13,31,5,13,3,23,7,7,37,11,5,17,11,7,41,11,5,17,19,43,29,7,
%U A215405 13,13,31,5,47,19,13,3,23,53,7,7,37
%N A215405 Largest prime factor of the n-th n-almost prime.
%C A215405 Technically, the prime numbers are "1-almost prime."
%C A215405 Prime(m) (m>=1) occurs first at index n = 1, 2, 4, 6, 10, 13, 18, 21, 24, 34, 36, 43, 49, 54, 61, 66, 75, 79, 91, 97, 101, 107, 113, 124, 138, 144, 148, 157, 162, 167, 187, 194, 202, 207, 224, 229,... in the sequence. - _R. J. Mathar_, Aug 09 2012
%C A215405 n <= a(n) at 1, 2, 3, 4, 6, 10, 13,...
%C A215405 n < 2*a(n) at n = 1, 2, 3, 4, 6, 7, 9, 10, 13, 16, 18, 21, 22, 24, 29, 33, 34, 36, 40, 43, 49, 54, 55, 59, 61, 66, 69,...
%C A215405 Also largest prime factor of A122943(n) for n>1. - _Eric Desbiaux_, Mar 20 2016
%e A215405 a(2) = 3 because the 2nd 2-almost prime (semiprime, A001358) is 6 = 2 * 3, the largest prime factor there being 3.
%e A215405 a(3) = 3 because the 3rd 3-almost prime (A014612) is 18 = 2 * 3^2, the largest prime factor there being 3.
%e A215405 a(4) = 5 because the 4th 4-almost prime (A014613) is 40 = 2^3 * 5, the largest prime factor there being 5.
%p A215405 A215405 := proc(n)
%p A215405         A006530(A101695(n)) ;
%p A215405 end proc: # _R. J. Mathar_, Aug 09 2012
%Y A215405 Cf. A078841, A101695.
%K A215405 nonn
%O A215405 1,1
%A A215405 _Juri-Stepan Gerasimov_, Aug 09 2012
%E A215405 Corrected by _R. J. Mathar_, Aug 09 2012