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
1, 1, 6, 8, 18, 24, 62, 94, 332, 556, 2538, 4540, 25214, 48076, 315026 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
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}]
CROSSREFS
Cf. A005229.
Sequence in context: A315944 A165720 A315945 * A108341 A350526 A173975
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Sep 24 2003
STATUS
approved

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 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)