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!)
A017459 a(n) = (11*n + 5)^11. 12
48828125, 17592186044416, 5559060566555523, 238572050223552512, 3909821048582988049, 36279705600000000000, 231122292121701565271, 1127073856954876807168, 4501035456767426597157, 15394540563150776827904 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
FORMULA
From G. C. Greubel, Sep 19 2019: (Start)
G.f.: (48828125 +17591600106916*x +5347957556678781*x^2 + 173024396961630192*x^3 +1409984186533172778*x^4 +3893323100536505064*x^5 +4065965093212217778*x^6 +1612934439380337744*x^7 +220215589053761433* x^8 +7882270656385972*x^9 +34267542742961*x^10 +362797056*x^11)/(1-x)^12.
E.g.f.: (48828125 +17592137216291*x +2761938121647408*x^2 + 36991274172198511*x^3 +124534035099698400*x^4 +158840151787803530*x^5 + 93615574446397542*x^6 +28270098736853457*x^7 +4580560974275055*x^8 + 396972283518305*x^9 +17118700236660*x^10 +285311670611*x^11)*exp(x). (End)
MAPLE
seq((11*n+5)^11, n=0..20); # G. C. Greubel, Sep 19 2019
MATHEMATICA
(11Range[0, 20]+5)^11 (* Harvey P. Dale, May 12 2011 *)
PROG
(Magma) [(11*n+5)^11: n in [0..10]]; // Vincenzo Librandi, Sep 03 2011
(PARI) vector(20, n, (11*n-6)^11) \\ G. C. Greubel, Sep 19 2019
(Sage) [(11*n+5)^11 for n in (0..20)] # G. C. Greubel, Sep 19 2019
(GAP) List([0..20], n-> (11*n+5)^11); # G. C. Greubel, Sep 19 2019
CROSSREFS
Powers of the form (11*n+5)^m: A017449 (m=1), A017450 (m=2), A017451 (m=3), A017452 (m=4), A017453 (m=5), A017454 (m=6), A017455 (m=7), A017456 (m=8), A017457 (m=9), A017458 (m=10), this sequence (m=11), A017460 (m=12).
Sequence in context: A017135 A017231 A017339 * A017591 A271020 A358018
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 2 17:05 EDT 2024. Contains 372198 sequences. (Running on oeis4.)