The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007203 Number of elements (a b / c d) in GL(2,Z) with |det| = 1, trace n and 0 <= a <= {b, c} <= d. 3
1, 1, 2, 4, 3, 7, 4, 8, 6, 12, 5, 14, 7, 13, 13, 20, 5, 20, 10, 24, 14, 22, 12, 28, 18, 30, 14, 22, 17, 48, 12, 28, 19, 43, 19, 42, 25, 32, 23, 60, 18, 44, 28, 36, 33, 38, 24, 80, 18, 60, 39, 46, 18, 58, 36, 72, 29, 68, 28, 76, 37, 64, 34, 64, 61, 72, 25, 56, 34, 108 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A006546(n) + A007104(n). - Andrew Howroyd, Jan 01 2020
PROG
(PARI)
D(n, s, t)={if(n>=1, sumdiv(n, d, s<=min(d, n/d) && max(d, n/d)<=t), 0)}
a(n)={sum(i=0, n\2, my(ad=i*(n-i)); D(ad+1, i, n-i) + D(ad-1, i, n-i))} \\ Andrew Howroyd, Jan 01 2020
CROSSREFS
Sequence in context: A336165 A011171 A181049 * A354707 A110412 A266285
KEYWORD
nonn
AUTHOR
John Lewis (frc.mass.edu)
EXTENSIONS
Terms a(41) and beyond from Andrew Howroyd, Jan 01 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 2 12:34 EDT 2024. Contains 373040 sequences. (Running on oeis4.)