[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 A333238 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A333238 Irregular table where row n lists the distinct smallest primes p of prime partitions of n.
(history; published version)
#37 by Joerg Arndt at Thu Feb 23 01:25:41 EST 2023
STATUS

reviewed

approved

#36 by Michel Marcus at Thu Feb 23 00:12:56 EST 2023
STATUS

proposed

reviewed

#35 by Michael De Vlieger at Wed Feb 22 22:21:33 EST 2023
STATUS

editing

proposed

#34 by Michael De Vlieger at Wed Feb 22 22:21:01 EST 2023
MATHEMATICA

Block[{a, m = 20, s}, a = ConstantArray[{}, m]; s = {Prime@ PrimePi@ m}; Do[If[# <= m, If[FreeQ[a[[#]], First@ s], a = ReplacePart[a, # -> Append[a[[#]], FirstLast@ s]], Nothing]; AppendTo[s, Last@ s], If[Last@ s == 2, s = DeleteCases[s, 2]; If[Length@ s == 0, Break[], s = MapAt[Prime[PrimePi[#] - 1] &, s, -1]], s = MapAt[Prime[PrimePi[#] - 1] &, s, -1]]] &@ Total[s], {i, Infinity}]; Union /@ a // Flatten]

STATUS

approved

editing

Discussion
Wed Feb 22 22:21
Michael De Vlieger: Error in program fixed.
#33 by Joerg Arndt at Sun Aug 29 01:56:17 EDT 2021
STATUS

reviewed

approved

#32 by Michel Marcus at Sun Aug 29 01:32:59 EDT 2021
STATUS

proposed

reviewed

#31 by Jon E. Schoenfield at Sat Aug 28 19:40:00 EDT 2021
STATUS

editing

proposed

#30 by Jon E. Schoenfield at Sat Aug 28 19:39:47 EDT 2021
EXAMPLE

Table plotting prime p in row n at pi(p) place, interposingintervening primes missing from row n are shown by "." as a place holder:

STATUS

approved

editing

#29 by N. J. A. Sloane at Thu Apr 23 22:44:51 EDT 2020
STATUS

proposed

approved

#28 by David James Sycamore at Sun Apr 05 13:35:43 EDT 2020
STATUS

editing

proposed

Discussion
Thu Apr 23 17:33
David A. Corneth: Has the sequence "a(n0 is the largest k such that prime(n) isn't the smallest part of any partition of k in primes." been investigated?
18:10
David James Sycamore: Do you mean: 3,7,14,23,38,48,66...? If so see comments in A333266, where the above is a(n) - 1.
18:49
David A. Corneth: yes! thanks

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 30 09:28 EDT 2024. Contains 375532 sequences. (Running on oeis4.)