Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A195770

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

Showing entries 1-10 | older changes
Positive integer a is repeated m times, where m is the number of 1-Pythagorean triples (a,b,c) satisfying a<=b.
(history; published version)
#34 by OEIS Server at Fri Jul 05 08:14:23 EDT 2024
LINKS

Robert Israel, <a href="/A195770/b195770_1.txt">Table of n, a(n) for n = 1..10000</a>

#33 by Michael De Vlieger at Fri Jul 05 08:14:23 EDT 2024
STATUS

reviewed

approved

Discussion
Fri Jul 05
08:14
OEIS Server: Installed first b-file as b195770.txt.
#32 by Joerg Arndt at Fri Jul 05 02:01:18 EDT 2024
STATUS

proposed

reviewed

#31 by Jon E. Schoenfield at Fri Jul 05 01:35:00 EDT 2024
STATUS

editing

proposed

#30 by Jon E. Schoenfield at Fri Jul 05 01:33:32 EDT 2024
MATHEMATICA

Table[x[n], {n, 1, z7}] (* A195770 this sequence *)

STATUS

proposed

editing

#29 by Michel Marcus at Fri Jul 05 01:18:36 EDT 2024
STATUS

editing

proposed

#28 by Michel Marcus at Fri Jul 05 01:18:31 EDT 2024
EXTENSIONS

Name corrected by Robert Israel, Jul 04 2024

STATUS

proposed

editing

#27 by Robert Israel at Thu Jul 04 12:42:19 EDT 2024
STATUS

editing

proposed

Discussion
Thu Jul 04
12:44
Michel Marcus: add extension : Name corrected by      ?
#26 by Robert Israel at Thu Jul 04 12:40:47 EDT 2024
LINKS

Robert Israel, <a href="/A195770/b195770_1.txt">Table of n, a(n) for n = 1..10000</a>

MAPLE

f:= proc(a) local F, r, u, b;

r:= 3*a^2;

nops(select(proc(t) local b; b:= (r/t - t - 2*a)/4;

(t + r/t) mod 4 = 0 and b::integer and b >= a end proc, numtheory:-divisors(3*a^2)));

end proc:

seq(a$f(a), a=1..100); # Robert Israel, Jul 04 2024

#25 by Robert Israel at Thu Jul 04 12:27:32 EDT 2024
NAME

Positive integers integer a for which there is a repeated m times, where m is the number of 1-Pythagorean triple triples (a,b,c) satisfying a<=b.

STATUS

approved

editing

Discussion
Thu Jul 04
12:31
Robert Israel: Original name would correspond to the sequence 3,5,6,7,9,10,... with duplicates removed, which I think is A229858.