[go: up one dir, main page]

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!)
Revision History for A064370 (Underlined text is an addition; strikethrough text is a deletion.)

newer changes | Showing entries 11-20 | older changes
A064370 Zero, together with positive numbers k such that prime(k) - k is a square.
(history; published version)
#25 by Jon E. Schoenfield at Sat Apr 13 13:46:45 EDT 2024
STATUS

proposed

editing

Discussion
Sat Apr 13 13:51
Jon E. Schoenfield: I’m not sure keyword “easy” applies here. (My guess is that generating a 10000-term b-file would require testing all the primes p < 40-something billion.)
#24 by Jon E. Schoenfield at Sat Apr 13 13:04:19 EDT 2024
STATUS

editing

proposed

#23 by Jon E. Schoenfield at Sat Apr 13 13:04:16 EDT 2024
NAME

Zero, together with positive numbers k such that the prime(k) - k is a square.

LINKS

Harry J. Smith and Zak Seidov, <a href="/A064370/b064370.txt">Table of n, a(n) for n = 1..1000</a> (Firstfirst 300 terms from Harry J. Smith)

STATUS

approved

editing

#22 by Susanna Cuyler at Sun Jun 24 18:32:33 EDT 2018
STATUS

proposed

approved

#21 by Michel Marcus at Sun Jun 24 16:57:36 EDT 2018
STATUS

editing

proposed

#20 by Michel Marcus at Sun Jun 24 16:57:33 EDT 2018
EXTENSIONS

Edited by _Harry J. Smith _ and N. J. A. Sloane, Sep 13 2009

Corrected my PARI program for offset=1 by Harry J. Smith, Sep 13 2009

STATUS

proposed

editing

#19 by Jon E. Schoenfield at Sun Jun 24 16:52:50 EDT 2018
STATUS

editing

proposed

#18 by Jon E. Schoenfield at Sun Jun 24 16:52:48 EDT 2018
NAME

Zero, together with positive numbers nk such that the n-th prime - n(k) - k is a square.

LINKS

Harry J. Smith and Zak Seidov, <a href="/A064370/b064370.txt">Table of n, a(n) for n = 1..1000</a> (First 300 terms from Harry J. Smith)

PROG

(PARI) { n=0; default(primelimit, 20000000); for (m=0, 10^9, if (m==0 || issquare(prime(m) - m), write("b064370.txt", n++, " ", m); if (n==300, break)) ) } [From _)) ) } \\ _Harry J. Smith_, Sep 13 2009]

STATUS

approved

editing

#17 by N. J. A. Sloane at Fri Dec 15 17:35:38 EST 2017
AUTHOR

_Jason Earls (zevi_35711(AT)yahoo.com), _, Sep 26 2001

Discussion
Fri Dec 15 17:35
OEIS Server: https://oeis.org/edit/global/2722
#16 by N. J. A. Sloane at Wed May 01 21:12:45 EDT 2013
EXTENSIONS

Edited by Harry J. Smith and _N. J. A. Sloane, _, Sep 13 2009

Discussion
Wed May 01 21:12
OEIS Server: https://oeis.org/edit/global/1902

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 August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)