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!)
A257320 a(0) = 1, a(n+1) = (a(n)-th prime) + 1. 0

%I #15 Jun 27 2020 17:01:13

%S 1,3,6,14,44,194,1182,9548,99524,1292832,20374364,380964632,

%T 8300770764,207647281344,5890165284054,187490458428150,

%U 6637438916631014,259323494528272898

%N a(0) = 1, a(n+1) = (a(n)-th prime) + 1.

%C For n>0, a(n)>A007097(n): a(n)-A007097(n)=0,1,3,9,33,163,1055,8839,94143,1240121,..

%e a(0)=1, a(1)=1+prime(1)=3, a(2)=1+prime(3)=6.

%t NestList[1+Prime[#]&,1,16]

%Y Cf. A007097.

%K nonn,more

%O 0,2

%A _Zak Seidov_, Apr 20 2015

%E a(16)-a(17) from _Jinyuan Wang_, Jun 27 2020

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 July 9 00:53 EDT 2024. Contains 374171 sequences. (Running on oeis4.)