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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017069 a(n) = (8*n)^5. 1
0, 32768, 1048576, 7962624, 33554432, 102400000, 254803968, 550731776, 1073741824, 1934917632, 3276800000, 5277319168, 8153726976, 12166529024, 17623416832, 24883200000, 34359738368, 46525874176 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6); a(0)=0, a(1)=32768, a(2)=1048576, a(3)=7962624, a(4)=33554432, a(5)=102400000. - Harvey P. Dale, Sep 10 2014
MATHEMATICA
(8 Range[0, 30])^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {0, 32768, 1048576, 7962624, 33554432, 102400000}, 30] (* Harvey P. Dale, Sep 10 2014 *)
PROG
(Magma) [(8*n)^5: n in [0..35]]; // Vincenzo Librandi, Jul 11 2011
CROSSREFS
Sequence in context: A223335 A194934 A016997 * A017261 A017369 A017489
KEYWORD
nonn,easy
AUTHOR
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 December 9 12:57 EST 2023. Contains 367690 sequences. (Running on oeis4.)