login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A055097
Number of divisors for each term in the triangle A055096. It is 2 for primes (all of the form 4k+1).
2
2, 4, 2, 2, 6, 3, 4, 2, 4, 2, 2, 8, 6, 6, 2, 6, 2, 4, 4, 4, 4, 4, 6, 2, 10, 2, 9, 2, 4, 4, 12, 2, 4, 6, 8, 4, 2, 8, 2, 6, 4, 8, 2, 6, 2, 4, 4, 8, 2, 4, 2, 8, 4, 4, 4, 4, 6, 6, 12, 3, 18, 2, 10, 9, 6, 4, 8, 2, 4, 4, 4, 4, 4, 2, 8, 2, 8, 2, 2, 12, 4, 6, 4, 8, 6, 12, 2, 8, 2, 12, 4, 4, 2, 12, 2, 8, 6, 4, 3
OFFSET
1,1
MAPLE
sum2distinct_squares_array := (n) -> (((n-((trinv(n-1)*(trinv(n-1)-1))/2))^2)+((trinv(n-1)+1)^2));
with(numtheory, tau); a(n) = tau(sum2distinct_squares_array(n))
CROSSREFS
Cf. A055132.
Sequence in context: A058384 A255671 A330590 * A258751 A280233 A279902
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Apr 04 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 10:25 EDT 2024. Contains 376068 sequences. (Running on oeis4.)