[go: up one dir, main page]

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!)
A257364 Least prime p such that pi(p*n)^2 = pi(q*n)^2 + pi(r*n)^2 for some primes q and r, where pi(x) denotes the number of primes not exceeding x. 5
11, 59, 47, 211, 23, 233, 181, 257, 109, 109, 13, 311, 929, 47, 389, 757, 1747, 13, 67, 2389, 1087, 569, 311, 853, 103, 5569, 1399, 3203, 10891, 3673, 3793, 1873, 4357, 41, 2297, 131, 3253, 6737, 2621, 5113, 2879, 953, 6379, 3539, 12343, 4337, 6067, 11939, 43441, 5179 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n) exists for any n > 0. In other words, for each fixed positive integer n the sequence pi(p*n) with p prime contains a Pythagorean triple.
This is stronger than the conjecture in A255679.
REFERENCES
Zhi-Wei Sun, Problems on combinatorial properties of primes, in: M. Kaneko, S. Kanemitsu and J. Liu (eds.), Number Theory: Plowing and Starring through High Wave Forms, Proc. 7th China-Japan Seminar (Fukuoka, Oct. 28 - Nov. 1, 2013), Ser. Number Theory Appl., Vol. 11, World Sci., Singapore, 2015, pp. 169-187.
LINKS
Zhi-Wei Sun, Problems on combinatorial properties of primes, arXiv:1402.6641 [math.NT], 2014.
EXAMPLE
a(1) = 11 since 5, 7 and 11 are primes with pi(5*1)^2 + pi(7*1)^2 = 3^2 + 4^2 = 5^2 = pi(11*1)^2.
a(45) = 12343 since 4337, 11311 and 12343 are primes with pi(4337*45)^2 + pi(11311*45)^2 = 17590^2 + 42216^2 = 45734^2 = pi(12343*45)^2.
a(49) = 43441 since 15427, 39839 and 43441 are primes with pi(15427*49)^2 + pi(39839*49)^2 = 60685^2 + 145644^2 = 157781^2 = pi(43441*49)^2.
MATHEMATICA
f[n_]:=PrimePi[n]
Do[k=0; Label[bb]; k=k+1; Do[Do[If[f[Prime[k]*n]^2==f[Prime[i]*n]^2+f[Prime[j]*n]^2, Goto[aa]]; If[f[Prime[k]*n]^2<f[Prime[i]*n]^2+f[Prime[j]*n]^2, Goto[cc]]; Continue, {i, 1, j-1}]; Label[cc]; Continue, {j, 1, k-1}]; Goto[bb];
Label[aa]; Print[n, " ", Prime[k]]; Continue, {n, 1, 100}]
CROSSREFS
Sequence in context: A359719 A356039 A073720 * A141302 A139872 A165977
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Jul 11 2015
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 29 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)