A063068 Smallest number expressible as (a^2-1)(b^2-1) in at least n distinct ways [with b>=a>1].
9, 360, 2880, 241920, 588107520
Offset: 1
Examples
a(4)=241920 since 241920 =(4^2-1)(127^2-1) =(7^2-1)(71^2-1) =(9^2-1)(55^2-1) =(17^2-1)(29^2-1)
Links
- K. S. Brown, Numbers Expressible as (a^2-1)(b^2-1)
- K. S. Brown, MathPages Most Wanted List Problem #14
Comments