OFFSET
0,2
COMMENTS
T(n,0) + T(n,1) + ... + T(n,n), where T is array in A026386.
a(n) is the number of irreducible representations of the Heisenberg group over the Gaussian integers into complex matrices of size 5^n x 5^n. [From Shannon Ezzat (sez10(AT)math.canterbury.ac.nz), Jan 20 2009]
LINKS
FORMULA
G.f.: (1+2*x-x^2)/(1-5*x^2). - Ralf Stephan, Apr 30 2004
a(n) = a(n-1) + 2*5^(n/2 -1) if n is even, a(n) = a(n-2) + 2*phi(5^[(n-1)/2]) if n is odd, where phi is the Euler phi function. - Shannon Ezzat (sez10(AT)math.canterbury.ac.nz), Jan 20 2009
For n > 3: a(n) = a(n-2)*a(n-1)/a(n). - Reinhard Zumkeller, Mar 06 2011
MATHEMATICA
LinearRecurrence[{0, 5}, {1, 2, 4}, 50] (* Paolo Xausa, Feb 02 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Better name from Ralf Stephan, Jul 17 2013
STATUS
approved