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!)
A259712 Least positive integer k such that prime(k) + prime(k*n) is a square. 5
1, 10, 2, 1, 1126, 60, 55, 691, 1, 24, 15, 640, 5, 41, 1, 671, 261, 3, 8, 219, 103, 1, 1843, 128, 2240, 4, 664, 12, 111, 275, 19, 576, 166, 5, 3, 13, 7462, 243, 1, 1599, 228, 6297, 128, 853, 995, 49, 164, 1, 116, 10, 40, 3971, 1741, 32, 338, 11992, 3, 39, 20, 24, 2, 465, 352, 24, 138, 241, 343, 177, 32, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n) exists for any n > 0. In general, every positive rational number r can be written as m/n, where m and n are positive integers with prime(m) + prime(n) a square.
I have verified this conjecture for all those r = a/b with a,b = 1,...,700.
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.
Zhi-Wei Sun, Conjectures on representations involving primes, in: M. Nathanson (ed.), Combinatorial and Additive Number Theory II: CANT, New York, NY, USA, 2015 and 2016, Springer Proc. in Math. & Stat., Vol. 220, Springer, New York, 2017, pp. 279-310. (See also arXiv:1211.1588 [math.NT], 2012-2017.)
EXAMPLE
a(2) = 10 since prime(10) + prime(10*2) = 29 + 71 = 10^2.
a(5) = 1126 since prime(1126) + prime(1126*5) = 9059 + 55457 = = 64516 = 254^2.
MATHEMATICA
SQ[n_]:=IntegerQ[Sqrt[n]]
Do[k=0; Label[bb]; k=k+1; If[SQ[Prime[k]+Prime[k*n]], Goto[aa], Goto[bb]]; Label[aa]; Print[n, " ", k]; Continue, {n, 1, 70}]
lpi[n_]:=Module[{k=1}, While[!IntegerQ[Sqrt[Prime[k]+Prime[k*n]]], k++]; k]; Array[ lpi, 70] (* Harvey P. Dale, Sep 07 2022 *)
CROSSREFS
Sequence in context: A073755 A010173 A357339 * A343103 A136712 A138999
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Jul 03 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 March 19 03:33 EDT 2024. Contains 370952 sequences. (Running on oeis4.)