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!)
A256838 Primes of form n^2 + 10000. 14
10009, 10169, 10289, 10529, 10729, 11369, 11681, 12401, 12601, 12809, 13249, 13721, 14489, 15329, 16561, 16889, 17569, 17921, 19801, 20201, 21881, 22769, 23689, 26641, 27689, 29881, 30449, 32801, 33409, 34649, 35281, 37889, 38561, 39241, 39929, 48809, 53681 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: sequence is infinite.
LINKS
PROG
(Haskell)
a256838 n = a256838_list !! (n-1)
a256838_list = [x | x <- map (+ 10000) 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), A256839 (b=11), A256840 (b=12), A256841 (b=13).
Sequence in context: A182697 A101442 A173029 * A176931 A023335 A096211
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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)