OFFSET
1,420
COMMENTS
Consider primitive Pythagorean triangles (A^2 + B^2 = C^2, (A, B) = 1, A <= B); sequence gives number of times B takes value n.
Number of times n occurs in A020883.
LINKS
Ray Chandler, Table of n, a(n) for n = 1..10000
Ron Knott, Pythagorean Triples and Online Calculators
FORMULA
MATHEMATICA
A[s_] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[Import[ "https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[;; 10000, 2]]];
A@024361 - A@024359 (* Jean-François Alcover, Mar 27 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved