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!)
A062839 a(n) = floor((prime(n-1)+prime(n+1))/2). 1
1, 3, 5, 8, 10, 14, 16, 20, 24, 27, 33, 36, 40, 44, 48, 53, 57, 63, 66, 70, 75, 78, 84, 90, 95, 100, 104, 106, 110, 118, 122, 132, 135, 143, 145, 153, 157, 162, 168, 173, 177, 185, 187, 194, 196, 204, 211, 219, 226, 230, 234, 237, 245, 249, 257, 263, 267, 273 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A024675(n-1) - A028334(n-1), n>2. - R. J. Mathar, Apr 16 2008
PROG
(PARI) j=[]; for(n=1, 200, j=concat(j, floor((prime(n-1)+prime(n+1))/2))); j
CROSSREFS
Sequence in context: A345427 A005004 A006218 * A253081 A088940 A088937
KEYWORD
nonn
AUTHOR
Jason Earls, Jul 21 2001
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 May 11 19:12 EDT 2024. Contains 372413 sequences. (Running on oeis4.)