|
| |
|
|
A001016
|
|
Eighth powers: a(n) = n^8.
(Formerly M5426 N2357)
|
|
10
|
|
|
|
0, 1, 256, 6561, 65536, 390625, 1679616, 5764801, 16777216, 43046721, 100000000, 214358881, 429981696, 815730721, 1475789056, 2562890625, 4294967296, 6975757441, 11019960576, 16983563041, 25600000000, 37822859361, 54875873536, 78310985281, 110075314176
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,3
|
|
|
COMMENTS
|
Totally multiplicative sequence with a(p) = p^8 for prime p. [From Jaroslav Krizek, Nov 01 2009]
Besides the first term this sequence is the denominator of ((pi)^8)/9450=1+1/256+1/6561+1/65536+1/390625+1/1679616+... - Mohammad K. Azarian, Nov 01 2011
|
|
|
REFERENCES
|
Granino A. Korn and Theresa M. Korn, Mathematical Handbook for Scientists and Engineers, McGraw-Hill Book Company, New York (1968), p. 982.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n = 0..1000
Index to sequences with linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
|
|
|
FORMULA
|
Multiplicative with a(p^e) = p^(8e). - David W. Wilson, Aug 01, 2001.
G.f. -x*(1+x)*(x^6+246*x^5+4047*x^4+11572*x^3+4047*x^2+246*x+1)/(x-1)^9. - R. J. Mathar, Jan 07 2011
|
|
|
MATHEMATICA
|
Table[n^8, {n, 0, 20}] [From Vladimir Orlovsky, Sep 27 2008]
|
|
|
PROG
|
(Maxima) A001016(n):=n^8$
makelist(A001016(n), n, 0, 30); /* Martin Ettl, 05 Nov 2012 */
|
|
|
CROSSREFS
|
Sequence in context: A016900 A017680 A210840 * A050755 A046457 A179645
Adjacent sequences: A001013 A001014 A001015 * A001017 A001018 A001019
|
|
|
KEYWORD
|
nonn,easy,mult
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
EXTENSIONS
|
More terms from James A. Sellers, Sep 19 2000
|
|
|
STATUS
|
approved
|
| |
|
|