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!)
A017486 a(n) = (11*n + 8)^2. 12
64, 361, 900, 1681, 2704, 3969, 5476, 7225, 9216, 11449, 13924, 16641, 19600, 22801, 26244, 29929, 33856, 38025, 42436, 47089, 51984, 57121, 62500, 68121, 73984, 80089, 86436, 93025, 99856, 106929, 114244, 121801, 129600, 137641, 145924, 154449, 163216, 172225, 181476, 190969, 200704 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From G. C. Greubel, Sep 21 2019: (Start)
G.f.: (64 + 169*x + 9*x^2)/(1-x)^3.
E.g.f.: (64 + 297*x + 121*x^2)*exp(x). (End)
MAPLE
seq((11*n+8)^2, n=0..45); # G. C. Greubel, Sep 21 2019
MATHEMATICA
(11*Range[45]-3)^2 (* G. C. Greubel, Sep 21 2019 *)
PROG
(Magma) [(11*n+8)^2: n in [0..45]]; // Vincenzo Librandi, Sep 04 2011
(PARI) a(n)=(11*n+8)^2 \\ Charles R Greathouse IV, Jun 17 2017
(Sage) [(11*n+8)^2 for n in (0..45)] # G. C. Greubel, Sep 21 2019
(GAP) List([0..45], n-> (11*n+8)^2); # G. C. Greubel, Sep 21 2019
CROSSREFS
Powers of the form (11*n+8)^m: A017485 (m=1), this sequence (m=2), A017487 (m=3), A017488 (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: A302622 A302414 A303181 * A344302 A105918 A224042
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 19 07:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)