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!)
A098803 a(n) = n^7 * 7^n. 5
0, 7, 6272, 750141, 39337984, 1313046875, 32934190464, 678223072849, 12089663946752, 193010051319183, 2824752490000000, 38532504363714053, 495958345459089408, 6079641716636816419, 71493870602660352896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (56,-1372,19208,-168070,941192,-3294172,6588344,-5764801).
FORMULA
G.f.: 7*x*(117649*x^6 +2016840*x^5 +2859591*x^4 +828688*x^3 +58359*x^2 +840*x +1) / (7*x -1)^8. - Colin Barker, Apr 30 2013
EXAMPLE
a(1) = 1^7 * 7^1 = 7.
a(2) = 2^7 * 7^2 = 6272.
MATHEMATICA
Table[n^7*7^n, {n, 1, 20}] (* Stefan Steinerberger, Mar 06 2006 *)
PROG
(Magma) [7^n*n^7: n in [0..20]]; // Vincenzo Librandi, Oct 27 2011
(PARI) a(n)=n^7*7^n \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A103174 A203693 A125036 * A246853 A225067 A281358
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 05 2004
EXTENSIONS
More terms from Stefan Steinerberger, Mar 06 2006
Offset changed from 1 to 0 by Vincenzo Librandi, Oct 27 2011
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)