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!)
A016985 a(n) = (7n)^5. 1
0, 16807, 537824, 4084101, 17210368, 52521875, 130691232, 282475249, 550731776, 992436543, 1680700000, 2706784157, 4182119424, 6240321451, 9039207968, 12762815625, 17623416832, 23863536599, 31757969376, 41615795893, 53782400000, 68641485507, 86617093024 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Wesley Ivan Hurt, Aug 27 2015: (Start)
a(n) = (7n)^5 = 16807*n^5 = A000584(A008589(n)).
G.f.: 16807*(x+26*x^2+66*x^3+26*x^4+x^5)/(x-1)^6.
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), n>5. (End)
MAPLE
A016985:=n->(7*n)^5: seq(A016985(n), n=0..30); # Wesley Ivan Hurt, Aug 27 2015
MATHEMATICA
(7Range[0, 20])^5 (* Harvey P. Dale, Feb 13 2011 *)
CoefficientList[Series[16807 (x + 26 x^2 + 66 x^3 + 26 x^4 + x^5)/(x - 1)^6, {x, 0, 30}], x] (* Wesley Ivan Hurt, Aug 27 2015 *)
PROG
(Magma) [(7*n)^5: n in [0..25]]; // Vincenzo Librandi, May 24 2011
CROSSREFS
Sequence in context: A067493 A016925 A265472 * A017153 A265479 A017249
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)