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!)
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; text; internal format)
OFFSET
1,1
LINKS
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); # Emeric Deutsch, Jun 26 2005
CROSSREFS
Sequence in context: A248920 A314325 A086844 * A216752 A216740 A216772
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 24 2005
EXTENSIONS
More terms from Emeric Deutsch, Jun 26 2005
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 August 7 11:16 EDT 2024. Contains 375012 sequences. (Running on oeis4.)