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

 


A017072
a(n) = (8*n)^8.
2
0, 16777216, 4294967296, 110075314176, 1099511627776, 6553600000000, 28179280429056, 96717311574016, 281474976710656, 722204136308736, 1677721600000000, 3596345248055296, 7213895789838336, 13685690504052736
OFFSET
0,2
COMMENTS
a(n) = A155955(n,8) for n > 7. - Reinhard Zumkeller, Jan 31 2009
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
MATHEMATICA
(8*Range[0, 20])^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {0, 16777216, 4294967296, 110075314176, 1099511627776, 6553600000000, 28179280429056, 96717311574016, 281474976710656}, 20] (* Harvey P. Dale, May 25 2019 *)
PROG
(Magma) [(8*n)^8: n in [0..35]]; // Vincenzo Librandi, Jul 11 2011
CROSSREFS
Sequence in context: A177081 A217784 A017000 * A017264 A017372 A016788
KEYWORD
nonn,easy
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 22 19:55 EDT 2024. Contains 376138 sequences. (Running on oeis4.)