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!)
A155809 Numbers k such that 64*k^6 + 1091 is prime. 1
0, 1953, 2310, 2583, 2688, 2730, 4095, 6510, 6993, 7245, 8967, 9870, 9975, 10332, 11613, 12327, 14868, 15057, 15603, 16758, 16800, 17052, 17157, 20160, 20643, 22008, 22533, 23058, 23877, 24150, 29925, 31122, 31710, 32655, 33432, 34020 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Zak Seidov, Table of n, a(n) for n = 1..1001 [Offset shifted by Georg Fischer, Sep 27 2022]
FORMULA
a(n) = A066386(n)/2.
MATHEMATICA
c = 0; A2 = Reap[Do[If[PrimeQ[64 n^6 + 1091], c++; Print[{c, n}]; Sow[n]]; If[c ==1000, Break[]], {n, 0, 10^7}]][[2, 1]]
PROG
(Magma) [n: n in [0..500] | IsPrime(64*n^6+1091)] // Vincenzo Librandi, Nov 26 2010
CROSSREFS
Cf. A066386 (Numbers n such that n^6+1091 is prime).
Sequence in context: A249202 A249324 A249217 * A116211 A234560 A232389
KEYWORD
nonn
AUTHOR
Zak Seidov, Jan 28 2009
EXTENSIONS
Offset changed to 1 by Georg Fischer, Sep 27 2022
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 20 10:22 EDT 2024. Contains 371814 sequences. (Running on oeis4.)