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!)
A346809 Primes of the form x^2+y^8. 0

%I #10 Aug 05 2021 06:34:05

%S 2,5,17,37,101,197,257,281,337,401,577,617,677,881,1097,1217,1297,

%T 1481,1601,1777,2281,2657,2857,2917,3137,4357,4481,5297,5477,5881,

%U 6577,6661,6961,7057,7237,7481,7717,8101,8161,8537,8677,8837,9281,9697,10457,10657,12037

%N Primes of the form x^2+y^8.

%C Merikoski proves that this sequence is infinite.

%H Jori Merikoski, <a href="https://arxiv.org/abs/2108.01355">Exceptional characters and prime numbers in sparse sets</a>, arXiv:2108.01355 [math.NT], 2021.

%o (PARI) lista(lim)=my(v=List([2]), t); for(a=1, sqrtint(lim), forstep(b=a%2+1, sqrtnint(lim-a^2, 8), 2, t=a^2+b^8; if(isprime(t), listput(v, t)))); vecsort(Vec(v), , 8); \\ after A028916

%Y Cf. A002496 (a subsequence), A028916.

%K nonn

%O 1,1

%A _Michel Marcus_, Aug 05 2021

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 June 8 04:44 EDT 2023. Contains 363157 sequences. (Running on oeis4.)