login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109269 Numbers n such that n^2 < (1/2)*(prevprime(n^2)+nextprime(n^2). 1
5, 7, 13, 19, 23, 27, 29, 32, 34, 35, 37, 42, 43, 44, 46, 47, 49, 53, 55, 58, 61, 63, 68, 69, 71, 75, 77, 80, 82, 83, 86, 88, 89, 93, 98, 101, 102, 103, 107, 108, 113, 118, 119, 121, 127, 128, 131, 132, 133, 135, 136, 139, 142, 143, 144, 145, 149, 152, 155, 161, 164 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

7 is in the sequence because 49 is less than (47+53)/2=50,

8 is not in the sequence because 64=(61+67)/2.

MAPLE

a:=proc(n) if n^2< (1/2)*(prevprime(n^2)+nextprime(n^2)) then n else fi end: seq(a(n), n=2..200); (Deutsch)

CROSSREFS

Cf. A075190, A109270.

Sequence in context: A092110 A171518 A086844 * A114275 A156107 A084932

Adjacent sequences:  A109266 A109267 A109268 * A109270 A109271 A109272

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Jun 24 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 26 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:17 EST 2012. Contains 205971 sequences.