cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A017020 a(n) = (7*n + 3)^4.

Original entry on oeis.org

81, 10000, 83521, 331776, 923521, 2085136, 4100625, 7311616, 12117361, 18974736, 28398241, 40960000, 57289761, 78074896, 104060401, 136048896, 174900625, 221533456, 276922881, 342102016, 418161601
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [(7*n+3)^4: n in [0..35]]; // Vincenzo Librandi, Jul 14 2011
    
  • Mathematica
    (7*Range[0,20]+3)^4 (* or *) LinearRecurrence[{5,-10,10,-5,1},{81,10000,83521,331776,923521},30] (* Harvey P. Dale, Oct 29 2019 *)
  • SageMath
    [(7*n+3)^4 for n in range(41)] # G. C. Greubel, Oct 17 2023

Formula

From G. C. Greubel, Oct 17 2023: (Start)
G.f.: (81 + 9595*x + 34331*x^2 + 13361*x^3 + 256*x^4)/(1 - x)^5.
E.g.f.: (81 + 9919*x + 31801*x^2 + 18522*x^3 + 2401*x^4)*exp(x). (End)

A017022 a(n) = (7*n + 3)^6.

Original entry on oeis.org

729, 1000000, 24137569, 191102976, 887503681, 3010936384, 8303765625, 19770609664, 42180533641, 82653950016, 151334226289, 262144000000, 433626201009, 689869781056, 1061520150601, 1586874322944
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From G. C. Greubel, Oct 17 2023: (Start)
G.f.: (729 + 994897*x + 17152878*x^2 + 43114478*x^3 + 21697313*x^4 + 1742889*x^5 + 4096*x^6)/(1-x)^7.
E.g.f.: (729 + 999271*x + 11069149*x^2 + 20281590*x^3 + 10996580*x^4 + 2067261*x^5 + 117649*x^6)*exp(x). (End)
Showing 1-2 of 2 results.