Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A064585 a(n) = n^24*(n^2-1)*(n^6+1)*(n^8-1)*(n^12+1). 3
0, 0, 3417910227763200, 5750196336070669526860800, 19019112199165915449561553305600, 2131759182899795471191406250000000000, 28290434230411346324718998304669145497600, 86327040840088606422888410067239883717120000, 89916942286942068860716401701960654296763596800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
R. W. Carter, Simple Groups of Lie Type, Wiley 1972, Chap. 14.
J. H. Conway, R. T. Curtis, S. P. Norton, R. A. Parker and R. A. Wilson, ATLAS of Finite Groups. Oxford Univ. Press, 1985 [for best online version see https://oeis.org/wiki/Welcome#Links_to_Other_Sites], p. xvi.
LINKS
MATHEMATICA
Table[n^24(n^2-1)(n^6+1)(n^8-1)(n^12+1), {n, 0, 20}] (* Harvey P. Dale, Aug 08 2011 *)
PROG
(PARI) { for (n=0, 100, a=n^24*(n^2 - 1)*(n^6 + 1)*(n^8 - 1)*(n^12 + 1); write("b064585.txt", n, " ", a) ) } \\ Harry J. Smith, Sep 19 2009
CROSSREFS
Sequence in context: A037249 A008913 A335395 * A261140 A116500 A173533
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 17 2001
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 August 18 22:11 EDT 2024. Contains 375284 sequences. (Running on oeis4.)