[go: up one dir, main page]

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

Showing all changes.
Numbers with three consecutive prime indices in arithmetic progression.
(history; published version)
#9 by N. J. A. Sloane at Sat Jun 20 01:11:52 EDT 2020
STATUS

proposed

approved

#8 by Gus Wiseman at Wed Jun 10 09:05:54 EDT 2020
STATUS

editing

proposed

#7 by Gus Wiseman at Tue Jun 09 19:06:42 EDT 2020
COMMENTS

Also numbers whose first differences of prime indices do not form an anti-run, meaning there are adjacent equal differences.

CROSSREFS

Anti-run compositions are counted by A003242.

Normal anti-runs of length n + 1 are counted by A005649.

Anti-run compositions are ranked by A333489.

STATUS

approved

editing

#6 by Susanna Cuyler at Tue Mar 31 10:54:04 EDT 2020
STATUS

proposed

approved

#5 by Gus Wiseman at Tue Mar 31 07:40:04 EDT 2020
STATUS

editing

proposed

#4 by Gus Wiseman at Tue Mar 31 07:37:05 EDT 2020
CROSSREFS

These are the Heinz numbers of the partitions *not * counted by A238424.

#3 by Gus Wiseman at Sun Mar 29 02:11:04 EDT 2020
CROSSREFS

Permutations without three consecutive parts avoiding triples in arithmetic progression are A295370.

Strict partitions without three consecutive parts avoiding triples in arithmetic progression are A332668.

#2 by Gus Wiseman at Sun Mar 29 02:09:10 EDT 2020
NAME

allocated for Gus WisemanNumbers with three consecutive prime indices in arithmetic progression.

DATA

8, 16, 24, 27, 30, 32, 40, 48, 54, 56, 60, 64, 72, 80, 81, 88, 96, 104, 105, 108, 110, 112, 120, 125, 128, 135, 136, 144, 150, 152, 160, 162, 168, 176, 184, 189, 192, 200, 208, 210, 216, 220, 224, 232, 238, 240, 243, 248, 250, 256, 264, 270, 272, 273, 280, 288

OFFSET

1,1

COMMENTS

A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798.

LINKS

Wikipedia, <a href="https://en.wikipedia.org/wiki/Arithmetic_progression">Arithmetic progression</a>

EXAMPLE

The sequence of terms together with their prime indices begins:

8: {1,1,1} 105: {2,3,4}

16: {1,1,1,1} 108: {1,1,2,2,2}

24: {1,1,1,2} 110: {1,3,5}

27: {2,2,2} 112: {1,1,1,1,4}

30: {1,2,3} 120: {1,1,1,2,3}

32: {1,1,1,1,1} 125: {3,3,3}

40: {1,1,1,3} 128: {1,1,1,1,1,1,1}

48: {1,1,1,1,2} 135: {2,2,2,3}

54: {1,2,2,2} 136: {1,1,1,7}

56: {1,1,1,4} 144: {1,1,1,1,2,2}

60: {1,1,2,3} 150: {1,2,3,3}

64: {1,1,1,1,1,1} 152: {1,1,1,8}

72: {1,1,1,2,2} 160: {1,1,1,1,1,3}

80: {1,1,1,1,3} 162: {1,2,2,2,2}

81: {2,2,2,2} 168: {1,1,1,2,4}

88: {1,1,1,5} 176: {1,1,1,1,5}

96: {1,1,1,1,1,2} 184: {1,1,1,9}

104: {1,1,1,6} 189: {2,2,2,4}

MATHEMATICA

primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];

Select[Range[100], MatchQ[Differences[primeMS[#]], {___, x_, x_, ___}]&]

CROSSREFS

Strict partitions with equal differences are A049980.

Partitions with equal differences are A049988.

These are the Heinz numbers of the partitions not counted by A238424.

Permutations without three consecutive parts in arithmetic progression are A295370.

Strict partitions without three consecutive parts in arithmetic progression are A332668.

Cf. A006560, A007862, A238423, A307824, A325328, A325849, A325852.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Mar 29 2020

STATUS

approved

editing

#1 by Gus Wiseman at Tue Mar 10 20:19:05 EDT 2020
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved