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!)
A110895 Number of integers between a(n) and a(n+1) equals the n-th prime. 1

%I #9 Nov 21 2013 12:48:44

%S 1,4,8,14,22,34,48,66,86,110,140,172,210,252,296,344,398,458,520,588,

%T 660,734,814,898,988,1086,1188,1292,1400,1510,1624,1752,1884,2022,

%U 2162,2312,2464,2622,2786,2954,3128,3308,3490,3682,3876,4074,4274,4486,4710

%N Number of integers between a(n) and a(n+1) equals the n-th prime.

%t RecurrenceTable[{a[n]==a[n-1]+Prime[n]+1,a[0]==1},a,{n,50}] (* _Harvey P. Dale_, Apr 22 2011 *)

%K nonn

%O 1,2

%A _G. L. Honaker, Jr._, Sep 20 2005

%E More terms from Harvey P. Dale, Apr 22 2011.

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 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)