login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

For n >= 2, a(n+1)=prime[prime[a(n)]-n]; a(1)=2.
0

%I #2 Mar 30 2012 17:26:15

%S 2,3,5,19,307,17581,2676893,864233833

%N For n >= 2, a(n+1)=prime[prime[a(n)]-n]; a(1)=2.

%C Next term is too large to include

%K nonn

%O 1,1

%A _Zak Seidov_, May 06 2005