login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A146071 Consider A145834 as the first step of the sieving (subtracting the sum of its prime factors with repetition from the composite numbers). This sequence is the result of the subsequent application of above described sieving - thus all terms of this sequence arise as prime numbers. 2

%I #10 Jul 18 2016 13:33:00

%S 0,1,2,3,3,5,5,7,2,3,11,11,3,7,7,11,3,17,11,3,19,7,23,11,17,23,29,11,

%T 29,7,11,37,23,17,31,23,43,23,43,23,3,37,29,17,23,47,17,47,43,43,37,

%U 23,29,53,59,37,67,43,23,43,17,41,23,71,59,71,47,59,7,71,83,23,23,41,67,17,59

%N Consider A145834 as the first step of the sieving (subtracting the sum of its prime factors with repetition from the composite numbers). This sequence is the result of the subsequent application of above described sieving - thus all terms of this sequence arise as prime numbers.

%C Florentin Smarandache (in a Sunday, Nov 02 2008 email exchange) asks: how many times does each prime (> 3) appear in this sequence? This question can also be asked about A029909. - _Alexander R. Povolotsky_, Nov 07 2008

%o (PARI) A146071(n)=n=A002808(n); while( n>1 & !isprime(n), n=A075255(n)); n \\ _M. F. Hasler_, Nov 02 2008

%Y Cf. A145834, A001414, A002808, A075255.

%K nonn

%O 1,3

%A _Alexander R. Povolotsky_, Oct 26 2008

%E More terms from _M. F. Hasler_, Nov 02 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)