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!)
A208548 a(n) = floor((4/3)*(2+prime(n)) - prime(n+1)). 1
2, 1, 2, 1, 4, 3, 6, 5, 4, 10, 7, 11, 14, 13, 12, 14, 20, 17, 21, 24, 21, 25, 24, 24, 31, 34, 33, 36, 35, 26, 41, 40, 46, 39, 50, 47, 49, 53, 52, 54, 60, 53, 64, 63, 66, 57, 61, 73, 76, 75, 74, 80, 73, 80, 82, 84, 90, 87, 91, 94, 87, 86, 101, 104, 103, 94, 107 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)>0 for all n (cf. A062234, A207480).
LINKS
MATHEMATICA
Table[Floor[(4/3)*(2+Prime[n])-Prime[n+1]], {n, 100}]
Floor[4/3*(2+#[[1]])-#[[2]]]&/@Partition[Prime[Range[70]], 2, 1] (* Harvey P. Dale, Apr 13 2016 *)
CROSSREFS
Sequence in context: A088931 A088980 A254436 * A157333 A002852 A266081
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 28 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 April 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)