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

Revision History for A072857

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

Showing entries 1-10 | older changes
Primeval numbers: numbers that set a record for the number of distinct primes that can be obtained by permuting some subset of their digits.
(history; published version)
#51 by Harvey P. Dale at Sat Nov 16 11:41:25 EST 2024
STATUS

editing

approved

#50 by Harvey P. Dale at Sat Nov 16 11:41:21 EST 2024
MATHEMATICA

Join[{1}, DeleteDuplicates[Table[{n, Count[Union[FromDigits/@Flatten[Permutations[#]&/@Subsets[IntegerDigits[n]], 1]], _?PrimeQ]}, {n, 2, 125000}], GreaterEqual[#1[[2]], #2[[2]]]&][[;; , 1]]] (* The program generates the first 30 terms of the sequence. *) (* Harvey P. Dale, Nov 16 2024 *)

STATUS

approved

editing

#49 by Charles R Greathouse IV at Mon Apr 03 10:36:10 EDT 2023
LINKS

C. K. Caldwell, The Prime Glossary, <a href="httphttps://primes.utmt5k.eduorg/glossary/page.php?sort=Primeval">primeval number</a>

Discussion
Mon Apr 03
10:36
OEIS Server: https://oeis.org/edit/global/2966
#48 by Michel Marcus at Sat Jun 19 10:08:58 EDT 2021
STATUS

reviewed

approved

#47 by Joerg Arndt at Thu Jun 17 09:12:59 EDT 2021
STATUS

proposed

reviewed

#46 by Michel Marcus at Wed Jun 16 23:39:36 EDT 2021
STATUS

editing

proposed

#45 by Michel Marcus at Wed Jun 16 23:39:33 EDT 2021
LINKS

J. P. Delahaye, Primes Hunters, <a href="http://web.archive.org/web/20020901024608/http://www.pour-la-science.com/numeros/pls-258/logique.htm#int4">1379 is very primeval (in French)</a> [broken link]

STATUS

proposed

editing

#44 by Michael S. Branicky at Wed Jun 16 12:06:45 EDT 2021
STATUS

editing

proposed

#43 by Michael S. Branicky at Wed Jun 16 12:03:45 EDT 2021
PROG

(Python) # see linked program in A076449.

#42 by Michael S. Branicky at Wed Jun 16 12:01:44 EDT 2021
PROG

(Python) # see linked program in A076449.

STATUS

approved

editing