The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A017500 a(n) = (11*n + 9)^4. 12
6561, 160000, 923521, 3111696, 7890481, 16777216, 31640625, 54700816, 88529281, 136048896, 200533921, 285610000, 395254161, 533794816, 705911761, 916636176, 1171350625, 1475789056, 1836036801, 2258530576, 2750058481, 3317760000, 3969126001, 4711998736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From G. C. Greubel, Oct 28 2019: (Start)
G.f.: (6561 +127195*x +189131*x^2 +28481*x^3 +16*x^4)/(1-x)^5.
E.g.f.: (6561 +153439*x +305041*x^2 +135762*x^3 +14641*x^4)*exp(x). (End)
MAPLE
seq((11*n+9)^4, n=0..30); # G. C. Greubel, Oct 28 2019
MATHEMATICA
(11Range[0, 20]+9)^4 (* Harvey P. Dale, Mar 27 2011 *)
PROG
(PARI) vector(31, n, (11*n-2)^3) \\ G. C. Greubel, Oct 28 2019
(Magma) [(11*n+9)^3: n in [0..30]]; // G. C. Greubel, Oct 28 2019
(Sage) [(11*n+9)^3 for n in (0..30)] # G. C. Greubel, Oct 28 2019
(GAP) List([0..30], n-> (11*n+9)^3); # G. C. Greubel, Oct 28 2019
CROSSREFS
Powers of the form (11*n+9)^m: A017497 (m=1), A017498 (m=2), A017499 (m=3), this sequence (m=4), A017501 (m=5), A017502 (m=6), A017503 (m=7), A017504 (m=8), A017505 (m=9), A017506 (m=10), A017607 (m=11), A017508 (m=12).
Sequence in context: A017080 A017164 A017380 * A017632 A209510 A016760
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 13 05:55 EDT 2024. Contains 372498 sequences. (Running on oeis4.)