(Translated by https://www.hiragana.jp/)
A184799 - OEIS
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!)
A184799 Primes of the form floor(k*s), where s=(3+sqrt(3))/2. 5
2, 7, 11, 23, 37, 47, 59, 61, 73, 89, 97, 101, 113, 127, 137, 139, 149, 151, 163, 167, 179, 191, 227, 229, 241, 257, 269, 281, 283, 293, 307, 317, 331, 347, 359, 373, 383, 397, 409, 421, 449, 461, 463, 487, 499, 503, 541, 563, 577, 593, 617, 619, 631, 641, 643, 653, 683, 709, 719, 733, 757, 761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
See A184796.
MAPLE
filter:= proc(p) local v, k;
v:= p*(1-1/sqrt(3));
k:= ceil(v);
is((v-k+1)^2 > 1/3)
end proc:
select(filter, [seq(ithprime(i), i=1..200)]); # Robert Israel, May 04 2020
MATHEMATICA
(See A184796.)
CROSSREFS
Sequence in context: A144707 A045373 A075431 * A045374 A168032 A329309
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 22 2011
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 23 23:21 EDT 2024. Contains 375396 sequences. (Running on oeis4.)