Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A201107

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Primes of the form 2k^3+1.
(history; published version)
#17 by Charles R Greathouse IV at Thu Sep 08 08:46:00 EDT 2022
PROG

(MAGMAMagma) [a: n in [0..200] | IsPrime(a) where a is 2*n^3+1]

Discussion
Thu Sep 08
08:46
OEIS Server: https://oeis.org/edit/global/2944
#16 by OEIS Server at Fri Jun 18 02:49:46 EDT 2021
LINKS

Michael S. Branicky, <a href="/A201107/b201107_1.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..3000 from Vincenzo Librandi)

#15 by Michel Marcus at Fri Jun 18 02:49:46 EDT 2021
STATUS

reviewed

approved

Discussion
Fri Jun 18
02:49
OEIS Server: Installed new b-file as b201107.txt.  Old b-file is now b201107_1.txt.
#14 by Joerg Arndt at Fri Jun 18 02:43:22 EDT 2021
STATUS

proposed

reviewed

#13 by Michael S. Branicky at Thu Jun 17 12:29:39 EDT 2021
STATUS

editing

proposed

#12 by Michael S. Branicky at Thu Jun 17 12:28:38 EDT 2021
NAME

Primes of the form 2n2k^3+1.

DATA

3, 17, 251, 433, 1459, 2663, 3457, 16001, 18523, 35153, 39367, 48779, 54001, 65537, 85751, 170369, 370387, 410759, 432001, 715823, 746497, 913067, 1272113, 1557377, 1714751, 1769473, 1940599, 2450087, 2735263, 3456001, 4812209, 5488001, 6615899, 6750001

LINKS

Vincenzo Librandi, Michael S. Branicky, <a href="/A201107/b201107_1.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..3000</a> from Vincenzo Librandi)

PROG

(Python)

from sympy import isprime

print(list(filter(isprime, (2*k**3+1 for k in range(152))))) # Michael S. Branicky, Jun 17 2021

CROSSREFS
STATUS

approved

editing

#11 by R. J. Mathar at Tue Aug 20 06:36:40 EDT 2019
STATUS

editing

approved

#10 by R. J. Mathar at Tue Aug 20 06:36:35 EDT 2019
FORMULA

a(n) = 2*A168550(n)^3+1. - R. J. Mathar, Aug 20 2019

STATUS

approved

editing

#9 by N. J. A. Sloane at Tue Jul 22 10:54:25 EDT 2014
STATUS

proposed

approved

#8 by Jeppe Stig Nielsen at Tue Jul 22 04:53:02 EDT 2014
STATUS

editing

proposed