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!)
A017452 a(n) = (11*n + 5)^4. 12
625, 65536, 531441, 2085136, 5764801, 12960000, 25411681, 45212176, 74805201, 116985856, 174900625, 252047376, 352275361, 479785216, 639128961, 835210000, 1073283121, 1358954496, 1698181681, 2097273616, 2562890625, 3102044416, 3722098081, 4430766096, 5236114321, 6146560000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From G. C. Greubel, Sep 18 2019: (Start)
G.f.: (625 +62411*x +210011*x^2 +77041*x^3 +1296*x^4)/(1-x)^5.
E.g.f.: (625 +64911*x +200497*x^2 +114466*x^3 +14641*x^4)*exp(x). (End)
MAPLE
seq((11*n+5)^4, n=0..30); # G. C. Greubel, Sep 18 2019
MATHEMATICA
(11*Range[30] -6)^3 (* G. C. Greubel, Sep 18 2019 *)
LinearRecurrence[{5, -10, 10, -5, 1}, {625, 65536, 531441, 2085136, 5764801}, 30] (* Harvey P. Dale, Nov 29 2022 *)
PROG
(Magma) [(11*n+5)^4: n in [0..30]]; // Vincenzo Librandi, Sep 03 2011
(PARI) vector(30, n, (11*n-6)^4) \\ G. C. Greubel, Sep 18 2019
(Sage) [(11*n+5)^4 for n in (0..30)] # G. C. Greubel, Sep 18 2019
(GAP) List([0..30], n-> (11*n+5)^4); # G. C. Greubel, Sep 18 2019
CROSSREFS
Powers of the form (11*n+5)^m: A017449 (m=1), A017450 (m=2), A017451 (m=3), this sequence (m=4), A017453 (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: A017332 A167039 A265932 * A223230 A017584 A223260
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)