[go: up one dir, main page]

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

Showing all changes.
Numbers that are not the sum of distinct lucky-indexed lucky numbers.
(history; published version)
#9 by Sean A. Irvine at Thu Jul 25 06:47:06 EDT 2019
STATUS

proposed

approved

#8 by Amiram Eldar at Thu Jul 25 04:27:32 EDT 2019
STATUS

editing

proposed

#7 by Amiram Eldar at Thu Jul 25 04:26:41 EDT 2019
LINKS

Amiram Eldar, <a href="/A319824/b319824.txt">Table of n, a(n) for n = 1..98</a>

STATUS

approved

editing

#6 by Giovanni Resta at Tue Nov 20 03:58:25 EST 2018
STATUS

reviewed

approved

#5 by Michel Marcus at Sun Oct 28 06:47:03 EDT 2018
STATUS

proposed

reviewed

#4 by Amiram Eldar at Fri Sep 28 12:35:05 EDT 2018
STATUS

editing

proposed

#3 by Amiram Eldar at Fri Sep 28 12:34:21 EDT 2018
COMMENTS

Analogous to A213356 with primes instead of lucky numbers.

MATHEMATICA

L = Table[2*i + 1, {i, 0, 2500}]; For[n = 2, n < Length[L], r = L[[n++]]; L = ReplacePart[L, Table[r*i -> Nothing, {i, 1, Length[L]/r}]]]; a = L[[Select[L, # <= Length[L] &]]]; nn=Length[a]; t=Rest[CoefficientList[Series[Product[(1+x^(a [[k]])), {k, nn}], {x, 0, nn*nn}], x]]; Flatten[Position[t, 0]] (* after Jean-François Alcover at A000959 *)

(* after Jean-François Alcover at A000959 *)

#2 by Amiram Eldar at Fri Sep 28 12:26:38 EDT 2018
NAME

allocated for Amiram EldarNumbers that are not the sum of distinct lucky-indexed lucky numbers.

DATA

2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 30, 33, 34, 35, 36, 37, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 54, 55, 58, 61, 62, 65, 66, 67, 68, 69, 72, 73, 74, 75, 76, 79, 82, 83, 86, 89, 90, 93, 96, 97, 98, 99, 100, 103

OFFSET

1,1

COMMENTS

Conjecture: this sequence is finite with the last term being a(98) = 373.

MATHEMATICA

L = Table[2*i + 1, {i, 0, 2500}]; For[n = 2, n < Length[L], r = L[[n++]]; L = ReplacePart[L, Table[r*i -> Nothing, {i, 1, Length[L]/r}]]]; a = L[[Select[L, # <= Length[L] &]]]; nn=Length[a]; t=Rest[CoefficientList[Series[Product[(1+x^(a [[k]])), {k, nn}], {x, 0, nn*nn}], x]]; Flatten[Position[t, 0]]

(* after Jean-François Alcover at A000959 *)

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR

Amiram Eldar, Sep 28 2018

STATUS

approved

editing

#1 by Amiram Eldar at Fri Sep 28 12:26:38 EDT 2018
NAME

allocated for Amiram Eldar

KEYWORD

allocated

STATUS

approved