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!)
A086913 a[n] =Prime[a[n-2]]+Abs[Prime[n]-a[n-2]] 0

%I #5 Mar 30 2012 17:34:13

%S 1,1,6,8,18,24,62,94,332,556,2538,4540,25214,48076,315026

%N a[n] =Prime[a[n-2]]+Abs[Prime[n]-a[n-2]]

%t digits=15 P[n_Integer?Positive] := P[n] =Prime[P[n-2]]+Abs[Prime[n]-P[n-2]] P[0]=P[1] =P[2]= 1 a1=Table[Floor[P[n]], {n, 1, digits}]

%Y Cf. A005229.

%K nonn

%O 1,3

%A _Roger L. Bagula_, Sep 24 2003

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 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)