[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A377036 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
First term of the n-th differences of the composite numbers. Inverse zero-based binomial transform of A002808.
(history; published version)
#10 by Michael De Vlieger at Sat Oct 19 08:32:08 EDT 2024
STATUS

proposed

approved

#9 by Gus Wiseman at Sat Oct 19 04:18:28 EDT 2024
STATUS

editing

proposed

#8 by Gus Wiseman at Sat Oct 19 04:17:54 EDT 2024
NAME

First term of the n-th differences of the composite numbers. Inverse zero-based binomial transform of the composite numbersA002808.

#7 by Gus Wiseman at Fri Oct 18 23:55:18 EDT 2024
CROSSREFS

Cf. : A018252, A065310, A065890, `A140119, A173390, `A233671, `A258025, `A258026, `A333214, `A333254, `A350004, `A376656, A376602 (zero), A376603 (nonzero), A376651 (positive), A376652 (negative), A376680.

Cf: A065310, A140119, A376602 (zero), A376603 (nonzero), A376651 (positive), A376652 (negative).

#6 by Gus Wiseman at Fri Oct 18 23:52:00 EDT 2024
CROSSREFS

A000040 lists the primes, differences A001223, second seconds A036263.

A002808 lists the composite numbers, differences A073783, second seconds A073445.

#5 by Gus Wiseman at Fri Oct 18 23:49:28 EDT 2024
EXAMPLE

First column of the following (A377033):

n=1: n=2: n=3: n=4: n=5: n=6: n=7: n=8: n=9:

----------------------------------------------------------

k=0: 4 6 8 9 10 12 14 15 16

k=1: 2 2 1 1 2 2 1 1 2

k=2: 0 -1 0 1 0 -1 0 1 0

k=3: -1 1 1 -1 -1 1 1 -1 -1

k=4: 2 0 -2 0 2 0 -2 0 2

k=5: -2 -2 2 2 -2 -2 2 2 -2

k=6: 0 4 0 -4 0 4 0 -4 -1

k=7: 4 -4 -4 4 4 -4 -4 3 10

k=8: -8 0 8 0 -8 0 7 7 -29

k=9: 8 8 -8 -8 8 7 0 -36 63

MATHEMATICA

t=Table[Sum[(-1)^(j-k)*Binomial[j, k]*q[[1+k]], {k, 0, j}], {j, 0, Length[q]/2-1}]

#4 by Gus Wiseman at Fri Oct 18 23:44:54 EDT 2024
FORMULA

The inverse zero-based binomial transform of a sequence (q(0), q(1), ..., q(km)) is the sequence p given by:

#3 by Gus Wiseman at Fri Oct 18 23:39:33 EDT 2024
FORMULA

The inverse zero-based binomial transform of a sequence (q(0), q(1), ..., q(k)) is the sequence p given by:

p(j) = sum_{k=0..j} (-1)^(j-k) binomial(j,k) q(k)

#2 by Gus Wiseman at Fri Oct 18 07:28:46 EDT 2024
NAME

allocated for Gus Wiseman

First term of the n-th differences of the composite numbers. Inverse zero-based binomial transform of the composite numbers.

DATA

4, 2, 0, -1, 2, -2, 0, 4, -8, 8, 0, -16, 32, -32, -1, 78, -233, 687, -2363, 8160, -25670, 72352, -184451, 430937, -933087, 1888690, -3597221, 6479696, -11086920, 18096128, -28307626, 42644791, -62031001, 86466285, -110902034, 110907489, -52325, -483682930

OFFSET

0,1

EXAMPLE

First column of the following (A377033):

n=1: n=2: n=3: n=4: n=5: n=6: n=7: n=8: n=9:

----------------------------------------------------------

k=0: 4 6 8 9 10 12 14 15 16

k=1: 2 2 1 1 2 2 1 1 2

k=2: 0 -1 0 1 0 -1 0 1 0

k=3: -1 1 1 -1 -1 1 1 -1 -1

k=4: 2 0 -2 0 2 0 -2 0 2

k=5: -2 -2 2 2 -2 -2 2 2 -2

k=6: 0 4 0 -4 0 4 0 -4 -1

k=7: 4 -4 -4 4 4 -4 -4 3 10

k=8: -8 0 8 0 -8 0 7 7 -29

k=9: 8 8 -8 -8 8 7 0 -36 63

MATHEMATICA

q=Select[Range[100], CompositeQ];

t=Table[Sum[(-1)^(j-k)*Binomial[j, k]*q[[1+k]], {k, 0, j}], {j, 0, Length[q]/2}]

CROSSREFS

The version for prime instead of composite is A007442.

For noncomposite numbers we have A030016.

This is the first column (n=1) of A377033.

For row-sums we have A377034, absolute version A377035.

First zero positions are A377037, cf. A376678, A376855, A377042, A377050, A377055.

For squarefree instead of composite we have A377041, nonsquarefree A377049.

For prime-power instead of composite we have A377054.

Other arrays of differences: A095195 (prime), A376682 (noncomposite), A377033 (composite), A377038 (squarefree), A377046 (nonsquarefree), A377051 (prime-power).

A000040 lists the primes, differences A001223, second A036263.

A002808 lists the composite numbers, differences A073783, second A073445.

A008578 lists the noncomposites, differences A075526.

Cf. A018252, A065890, `A173390, `A233671, `A258025, `A258026, `A333214, `A333254, `A350004, `A376656, A376680.

Cf: A065310, A140119, A376602 (zero), A376603 (nonzero), A376651 (positive), A376652 (negative).

KEYWORD

allocated

sign

AUTHOR

Gus Wiseman, Oct 18 2024

STATUS

approved

editing

#1 by Gus Wiseman at Mon Oct 14 04:32:26 EDT 2024
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved