[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revisions by Manfred Boergens (See also Manfred Boergens's wiki page)

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

Showing entries 1-10 | older changes
Numbers appearing exactly once in a Pythagorean triple.
(history; published version)
#3 by Manfred Boergens at Mon Jul 22 10:51:59 EDT 2024
STATUS

editing

proposed

The numbers p or 2p with p prime and p = 3 mod 4, in ascending order.
(history; published version)
#4 by Manfred Boergens at Mon Jul 22 10:51:52 EDT 2024
STATUS

editing

proposed

#3 by Manfred Boergens at Mon Jul 22 10:50:33 EDT 2024
COMMENTS

Inserting 4 as second term gives AxxxxxxA374846.

CROSSREFS
Numbers appearing exactly once in a Pythagorean triple.
(history; published version)
#2 by Manfred Boergens at Mon Jul 22 10:48:01 EDT 2024
NAME

allocated for Manfred BoergensNumbers appearing exactly once in a Pythagorean triple.

DATA

3, 4, 6, 7, 11, 14, 19, 22, 23, 31, 38, 43, 46, 47, 59, 62, 67, 71, 79, 83, 86, 94, 103, 107, 118, 127, 131, 134, 139, 142, 151, 158, 163, 166, 167, 179, 191, 199, 206, 211, 214, 223, 227, 239, 251, 254, 262, 263, 271, 278, 283, 302, 307, 311, 326, 331, 334, 347, 358, 359, 367, 379, 382, 383, 398, 419, 422, 431, 439, 443

OFFSET

1,1

COMMENTS

Positions of the ones in A046081.

With the exception a(2) = 4, the terms are given by A374845, thus providing a simple formula for the sequence.

REFERENCES

A. Tripathi, On Pythagorean triples containing a fixed integer, Fib. Q., 46/47 (2008/2009), 331-340. See Theorem 8.

FORMULA

p or 2p with p prime and p = 3 mod 4, with 4 added to the sequence, in ascending order.

MATHEMATICA

t={}; Do[If[(PrimeQ[n] && Mod[n, 4] == 3) || (PrimeQ[n/2] && Mod [n/2, 4] == 3), t = Join[t, {n}]], {n, 445}]; t = Insert[t, 4, 2]

(* Positions of the ones in A046081; based on program by Jean-François Alcover *)

a[1] = 0; a[n_] := Module[{f}, f = Select[FactorInteger[n], Mod[#[[1]], 4] == 1 &][[All, 2]]; (DivisorSigma[0, If[OddQ[n], n, n/2]^2] - 1)/2 + (Times @@ (2*f + 1) - 1)/2]; arr = Array[a, 445]; fl = Flatten[Position[arr, 1]]

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR

Manfred Boergens, Jul 22 2024

STATUS

approved

editing

#1 by Manfred Boergens at Mon Jul 22 10:48:01 EDT 2024
NAME

allocated for Manfred Boergens

KEYWORD

allocated

STATUS

approved

The numbers p or 2p with p prime and p = 3 mod 4, in ascending order.
(history; published version)
#2 by Manfred Boergens at Mon Jul 22 10:40:18 EDT 2024
NAME

allocated for Manfred Boergensp or 2p with p prime and p = 3 mod 4, in ascending order.

DATA

3, 6, 7, 11, 14, 19, 22, 23, 31, 38, 43, 46, 47, 59, 62, 67, 71, 79, 83, 86, 94, 103, 107, 118, 127, 131, 134, 139, 142, 151, 158, 163, 166, 167, 179, 191, 199, 206, 211, 214, 223, 227, 239, 251, 254, 262, 263, 271, 278, 283, 302, 307, 311, 326, 331, 334, 347, 358, 359, 367, 379, 382, 383, 398, 419, 422, 431, 439, 443

OFFSET

1,1

COMMENTS

Numbers appearing exactly once in a Pythagorean triple and as the smallest number in this triple.

Subsequence of A292762.

Inserting 4 as second term gives Axxxxxx.

REFERENCES

A. Tripathi, On Pythagorean triples containing a fixed integer, Fib. Q., 46/47 (2008/2009), 331-340. See Theorem 8.

MATHEMATICA

t={}; Do[If[(PrimeQ[n]&&Mod[n, 4] == 3)||(PrimeQ[n/2]&&Mod[n/2, 4] == 3), t=Join[t, {n}]], {n, 470}]; t

(* Positions of the ones in A046081, omitting position = 4; based on program by Jean-François Alcover *)

a[1] = 0; a[n_] := Module[{f}, f = Select[FactorInteger[n], Mod[#[[1]], 4] == 1 &][[All, 2]]; (DivisorSigma[0, If[OddQ[n], n, n/2]^2] - 1)/2 + (Times @@ (2*f + 1) - 1)/2]; arr = Array[a, nmax]; fl = Flatten[Position[arr, 1]]; Delete[fl, 2]

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR

Manfred Boergens, Jul 22 2024

STATUS

approved

editing

#1 by Manfred Boergens at Mon Jul 22 10:40:18 EDT 2024
NAME

allocated for Manfred Boergens

KEYWORD

allocated

STATUS

approved

Square array A(h,k) = (2^h-1)*A(h,k-1) + Sum_{i=1..h-1} binomial(h,h-i)*2^i*A(i,k-1), with A(1,k) = A(h,1) = 1; read by antidiagonals.
(history; published version)
#26 by Manfred Boergens at Mon Jun 24 08:24:12 EDT 2024
STATUS

editing

proposed

#25 by Manfred Boergens at Mon Jun 24 08:23:13 EDT 2024
COMMENTS

A(h,k) is the number of coverings of [h] by tuples (A_1,...,A_k) in P([h])^k with nonempty A_j, with P(.) denoting the power set. For the disjoint case see A019538. For tuples with "nonempty" dropped see A092477 and A329943 (amendment by _Manfred Boergens_, Jun 24 2024). - Manfred Boergens, May 26 2024

CROSSREFS

Cf. A019538, A056152 (unlabeled case), A052332, A092477, A183109, A223911, A329943.

STATUS

approved

editing

Triangle read by rows: T(n,m) = number of n X m binary matrices with no zero rows or columns (n >= 1, 1 <= m <= n).
(history; published version)
#75 by Manfred Boergens at Mon Jun 24 08:19:32 EDT 2024
STATUS

editing

proposed