login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064585 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; 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, p. xvi.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

MATHEMATICA

Table[n^24(n^2-1)(n^6+1)(n^8-1)(n^12+1), {n, 0, 20}] (* From 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) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 19 2009]

CROSSREFS

Cf. A037252, A064586.

Sequence in context: A172576 A037249 A008913 * A116500 A173533 A011529

Adjacent sequences:  A064582 A064583 A064584 * A064586 A064587 A064588

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Oct 17 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 08:13 EST 2012. Contains 205893 sequences.