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!)
A017453 a(n) = (11*n + 5)^5. 12
3125, 1048576, 14348907, 79235168, 282475249, 777600000, 1804229351, 3707398432, 6956883693, 12166529024, 20113571875, 31757969376, 48261724457, 71008211968, 101621504799, 141985700000, 194264244901 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From G. C. Greubel, Sep 18 2019: (Start)
G.f.: (3125 +1029826*x +8104326*x^2 +8807866*x^3 +1373201*x^4 +7776*x^5)/(1-x)^6.
E.g.f.: (3125 +1045451*x +6127440*x^2 +6555175*x^3 +1976535*x^4 +161051*x^5)*exp(x). (End)
MAPLE
seq((11*n+5)^5, n=0..30); # G. C. Greubel, Sep 18 2019
MATHEMATICA
(11*Range[31] -6)^5 (* G. C. Greubel, Sep 18 2019 *)
PROG
(Magma) [(11*n+5)^5: n in [0..30]]; // Vincenzo Librandi, Sep 03 2011
(PARI) vector(30, n, (11*n-6)^5) \\ G. C. Greubel, Sep 18 2019
(Sage) [(11*n+5)^5 for n in (0..30)] # G. C. Greubel, Sep 18 2019
(GAP) List([0..30], n-> (11*n+5)^5); # G. C. Greubel, Sep 18 2019
CROSSREFS
Powers of the form (11*n+5)^m: A017449 (m=1), A017450 (m=2), A017451 (m=3), A017452 (m=4), this sequence (m=5), A017454 (m=6), A017455 (m=7), A017456 (m=8), A017457 (m=9), A017458 (m=10), A017459 (m=11), A017460 (m=12).
Sequence in context: A223231 A017333 A265933 * A017585 A223261 A223319
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 May 11 12:00 EDT 2024. Contains 372409 sequences. (Running on oeis4.)