[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

Showing entries 1-10 | older changes
Numbers k such that (11*10^k + 19)/3 is prime.
(history; published version)
#15 by N. J. A. Sloane at Thu Jul 25 14:26:35 EDT 2024
STATUS

proposed

approved

#14 by Robert Price at Thu Jul 25 14:21:31 EDT 2024
STATUS

editing

proposed

#13 by Robert Price at Thu Jul 25 14:21:06 EDT 2024
DATA

1, 2, 3, 9, 17, 18, 20, 24, 29, 36, 48, 114, 126, 135, 153, 170, 241, 363, 483, 579, 681, 948, 2483, 2798, 3081, 5137, 5640, 6890, 7080, 12600, 16929, 24253, 24793, 35546, 52956, 69645, 133831, 206688

COMMENTS

a(3839) > 23*10^5.

EXTENSIONS

a(38) from Robert Price, Jul 25 2024

STATUS

approved

editing

#12 by Michael De Vlieger at Mon Jun 03 23:16:44 EDT 2024
STATUS

proposed

approved

#11 by Jon E. Schoenfield at Mon Jun 03 23:15:37 EDT 2024
STATUS

editing

proposed

#10 by Jon E. Schoenfield at Mon Jun 03 23:15:29 EDT 2024
COMMENTS

For k > 1, numbers k such that the digit 3 followed by k-2 occurrences of the digit 6 followed by the digits 73 is prime (see Example section).

LINKS

Makoto Kamada, <a href="https://stdkmd.net/nrr/prime/primedifficultyprime_difficulty.txt">Search for 36w73.</a>.

EXAMPLE

Initial terms and primes associated primes:

STATUS

approved

editing

#9 by Charles R Greathouse IV at Thu Jan 17 13:44:08 EST 2019
LINKS

Makoto Kamada, <a href="httphttps://stdkmd.comnet/nrr/prime/primedifficulty.txt">Search for 36w73.</a>

Discussion
Thu Jan 17
13:44
OEIS Server: https://oeis.org/edit/global/2791
#8 by N. J. A. Sloane at Sun Sep 16 21:42:42 EDT 2018
STATUS

proposed

approved

#7 by Robert Price at Sun Sep 16 17:46:19 EDT 2018
STATUS

editing

proposed

#6 by Robert Price at Sun Sep 16 17:46:04 EDT 2018
NAME

Numbers n k such that (11*10^nk + 19)/3 is prime.

DATA

1, 2, 3, 9, 17, 18, 20, 24, 29, 36, 48, 114, 126, 135, 153, 170, 241, 363, 483, 579, 681, 948, 2483, 2798, 3081, 5137, 5640, 6890, 7080, 12600, 16929, 24253, 24793, 35546, 52956, 69645, 133831

COMMENTS

For nk>1, numbers such that the digit 3 followed by nk-2 occurrences of the digit 6 followed by the digits 73 is prime (see Example section).

a(3738) > 2*10^5.

EXAMPLE

3 is in this sequence because (11*10^n3 + 19)/3 = 3673 is prime.

MATHEMATICA

Select[Range[0, 100000], PrimeQ[(11*10^# + 19)/3] &]

PROG

(PARI) is(n)=isprime((11*10^n + 19)/3) \\ Charles R Greathouse IV, Mar 16 2016

EXTENSIONS

a(37) from Robert Price, Sep 16 2018

STATUS

approved

editing