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!)
A256841 Primes of form n^2 + 28561. 14
28597, 28661, 28817, 28961, 29137, 29717, 30161, 30497, 30677, 31477, 32917, 33461, 34337, 34961, 35617, 37397, 38561, 42017, 42961, 47057, 49297, 49877, 51061, 55457, 60961, 62417, 64661, 66977, 70177, 70997, 72661, 74357, 75217, 76961, 78737, 86161, 93077 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: sequence is infinite.
LINKS
MATHEMATICA
Select[Range[300]^2+28561, PrimeQ] (* Harvey P. Dale, Oct 18 2021 *)
PROG
(Haskell)
a256841 n = a256841_list !! (n-1)
a256841_list = [x | x <- map (+ 28561) a000290_list, a010051' x == 1]
CROSSREFS
Cf. A010051, A000290; subsequence of A028916.
Primes of form n^2+b^4, b fixed: A002496 (b=1), A243451 (b=2), A256775 (b=3), A256776 (b=4), A256777 (b=5), A256834 (b=6), A256835 (b=7), A256836 (b=8), A256837 (b=9), A256838 (b=10), A256839 (b=11), A256840 (b=12).
Sequence in context: A159056 A017536 A013869 * A234828 A263116 A252908
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 April 29 23:45 EDT 2024. Contains 372114 sequences. (Running on oeis4.)