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!)
A017451 a(n) = (11*n + 5)^3. 12
125, 4096, 19683, 54872, 117649, 216000, 357911, 551368, 804357, 1124864, 1520875, 2000376, 2571353, 3241792, 4019679, 4913000, 5929741, 7077888, 8365427, 9800344, 11390625, 13144256, 15069223, 17173512, 19465109, 21952000, 24642171, 27543608, 30664297, 34012224, 37595375, 41421736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From G. C. Greubel, Sep 18 2019: (Start)
G.f.: (125 +3596*x +4049*x^2 +216*x^3)/(1-x)^4.
E.g.f.: (125 +3971*x +5808*x^2 +1331*x^3)*exp(x). (End)
MAPLE
seq((11*n+5)^3, n=0..40); # G. C. Greubel, Sep 18 2019
MATHEMATICA
(11*Range[40] -6)^3 (* G. C. Greubel, Sep 18 2019 *)
PROG
(Magma) [(11*n+5)^3: n in [0..40]]; // Vincenzo Librandi, Sep 03 2011
(PARI) vector(40, n, (11*n-6)^3) \\ G. C. Greubel, Sep 18 2019
(Sage) [(11*n+5)^3 for n in (0..40)] # G. C. Greubel, Sep 18 2019
(GAP) List([0..40], n-> (11*n+5)^3); # G. C. Greubel, Sep 18 2019
CROSSREFS
Powers of the form (11*n+5)^m: A017449 (m=1), A017450 (m=2), this sequence (m=3), A017452 (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: A017331 A264139 A030690 * A241034 A265931 A265477
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.)