login
Prime recurrence: a(n+1) = a(n)-th prime, with a(1) = 12.
7

%I #17 Mar 08 2017 00:51:24

%S 12,37,157,919,7193,72727,919913,14161729,259336153,5545806481,

%T 136395369829,3809491708961,119543903707171,4176603711876241,

%U 161191749822468689,6825232807005006089

%N Prime recurrence: a(n+1) = a(n)-th prime, with a(1) = 12.

%C _Lubomir Alexandrov_ informs me that he studied this sequence in his 1965 notebook. - _N. J. A. Sloane_, May 23 2008

%H Lubomir Alexandrov, <a href="http://www1.jinr.ru/Preprints/2002/055(E5-2002-55).pdf">Prime Number Sequences And Matrices Generated By Counting Arithmetic Functions</a>, Communications of the Joint Institute of Nuclear Research, E5-2002-55, Dubna, 2002.

%t NestList[ Prime, 12, 11 ]

%Y Cf. A007097.

%K nonn,hard,more

%O 1,1

%A _Robert G. Wilson v_, Sep 26 2000

%E a(13) from _Robert G. Wilson v_, Oct 01 2014

%E a(14)-a(16) from _Robert G. Wilson v_, Mar 07 2017 using Kim Walisch's primecount