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!)
A216094 a(1) = 2; a(n+1) = a(n) + |A036263(n)| + 2. 0
2, 5, 7, 11, 15, 19, 23, 27, 31, 37, 43, 47, 51, 55, 59, 61, 67, 73, 77, 81, 87, 91, 95, 99, 105, 109, 113, 117, 121, 133, 145, 149, 155, 165, 175, 181, 183, 187, 191, 193, 199, 209, 219, 223, 227, 239, 241, 251, 255, 259, 263, 269, 279, 285, 287, 289, 295, 301, 305, 309, 319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The probabilistic primes model.
Conjecture: a(n) ~ prime(n).
LINKS
FORMULA
a(1)=2; a(n+1) = a(n) + |prime(n+2) - 2*prime(n+1) + prime(n)| + 2.
MATHEMATICA
nxt[{n_, a_}]:={n+1, a+Abs[Prime[n+2]-2Prime[n+1]+Prime[n]]+2}; Transpose[ NestList[nxt, {1, 2}, 60]][[2]] (* Harvey P. Dale, Aug 11 2015 *)
CROSSREFS
Sequence in context: A372621 A157001 A134640 * A184857 A032616 A006066
KEYWORD
nonn
AUTHOR
Thomas Ordowski, Sep 01 2012
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 July 12 12:19 EDT 2024. Contains 374247 sequences. (Running on oeis4.)