The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the 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!)
A256863 Primes that can't be written in form a^2 + b^4. 3
3, 7, 11, 13, 19, 23, 29, 31, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 103, 107, 109, 113, 127, 131, 139, 149, 151, 157, 163, 167, 173, 179, 191, 193, 199, 211, 223, 227, 229, 233, 239, 251, 263, 269, 271, 283, 293, 307, 311, 313, 317, 331, 347, 349, 353 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A028916;
A256852(A049084(a(n))) = 0.
LINKS
MATHEMATICA
Reap[Do[If[Reduce[p == a^2 + b^4, {a, b}, Integers] === False, Sow[p]], {p, Prime[Range[80]]}]][[2, 1]] (* Jean-François Alcover, Jan 31 2018 *)
PROG
(Haskell)
a256863 n = a256863_list !! (n-1)
a256863_list = map a000040 $ filter ((== 0) . a256852) [1..]
CROSSREFS
Sequence in context: A360077 A090456 A070303 * A136087 A091250 A186645
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 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 May 21 01:24 EDT 2024. Contains 372720 sequences. (Running on oeis4.)