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!)
A098858 Primes p such that floor(sqrt(2)*p) is also a prime. 1
2, 5, 29, 31, 59, 73, 97, 107, 127, 137, 199, 239, 271, 281, 311, 353, 383, 479, 509, 523, 547, 557, 691, 701, 769, 773, 823, 967, 971, 977, 997, 1049, 1069, 1103, 1117, 1151, 1217, 1367, 1459, 1493, 1523, 1571, 1613, 1663, 1667, 1697, 1783, 1879, 1889, 2011 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
59 and floor(sqrt(2)*59)=83 are primes.
MAPLE
filter:= proc(p) isprime(p) and isprime(floor(sqrt(2)*p)) end proc:
select(filter, [2, seq(i, i=3..3000, 2)]); # Robert Israel, Sep 04 2019
MATHEMATICA
(* primes that when multiplied by Sqrt[2] give new primes*) digits=1200 a=Delete[Union[Table[If[PrimeQ[Floor[Prime[n]*Sqrt[2]]]==True, Prime[n], 0], {n, 1, digits}]], 1]
CROSSREFS
Cf. A001951.
Sequence in context: A344020 A178322 A165161 * A213995 A370513 A134449
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Oct 11 2004
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 4 16:04 EDT 2024. Contains 372254 sequences. (Running on oeis4.)