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!)
A017488 a(n) = (11*n + 8)^4. 12
4096, 130321, 810000, 2825761, 7311616, 15752961, 29986576, 52200625, 84934656, 131079601, 193877776, 276922881, 384160000, 519885601, 688747536, 895745041, 1146228736, 1445900625, 1800814096, 2217373921, 2702336256, 3262808641, 3906250000, 4640470641 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From G. C. Greubel, Sep 22 2019: (Start)
G.f.: (4096 + 109841*x + 199355*x^2 + 38011*x^3 + 81*x^4)/(1-x)^5.
E.g.f.: (4096 +126225*x +276727*x^2 +130438*x^3 +14641*x^4)*exp(x). (End)
MAPLE
seq((11*n+8)^4, n=0..30); # G. C. Greubel, Sep 22 2019
MATHEMATICA
(11*Range[31] -3)^4 (* G. C. Greubel, Sep 22 2019 *)
PROG
(Magma) [(11*n+8)^4: n in [0..30]]; // Vincenzo Librandi, Sep 04 2011
(PARI) vector(30, n, (11*n-3)^4) \\ G. C. Greubel, Sep 22 2019
(Sage) [(11*n+8)^4 for n in (0..30)] # G. C. Greubel, Sep 22 2019
(GAP) List([0..30], n-> (11*n+8)^4); # G. C. Greubel, Sep 22 2019
CROSSREFS
Powers of the form (11*n+8)^m: A017485 (m=1), A017486 (m=2), A017487 (m=3), this sequence (m=4), A017489 (m=5), A017490 (m=6), A017491 (m=7), A017492 (m=8), A017493 (m=9), A017494 (m=10), A017495 (m=11), A017496 (m=12).
Sequence in context: A027859 A017368 A016782 * A017620 A066390 A016806
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)