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!)
A007104 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, 1, 2, 1, 4, 1, 4, 4, 4, 2, 10, 1, 5, 7, 12, 1, 10, 4, 10, 12, 4, 6, 24, 4, 12, 7, 10, 5, 26, 6, 20, 13, 12, 7, 30, 11, 4, 15, 32, 6, 26, 6, 28, 23, 12, 7, 52, 12, 10, 28, 10, 6, 40, 14, 44, 17, 24, 12, 56, 19, 12, 20, 36, 27, 44, 11, 28, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
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, D(i*(n-i)+1, i, n-i))} \\ Andrew Howroyd, Jan 01 2020
CROSSREFS
Sequence in context: A051953 A079277 A066452 * A102627 A296560 A284652
KEYWORD
nonn
AUTHOR
John Lewis (frc.mass.edu)
EXTENSIONS
More terms from Sean A. Irvine, Oct 12 2017
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 May 9 00:54 EDT 2024. Contains 372341 sequences. (Running on oeis4.)