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.

A017021 a(n) = (7*n + 3)^5.

Original entry on oeis.org

243, 100000, 1419857, 7962624, 28629151, 79235168, 184528125, 380204032, 714924299, 1252332576, 2073071593, 3276800000, 4984209207, 7339040224, 10510100501, 14693280768, 20113571875, 27027081632, 35723051649, 46525874176
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [(7*n+3)^5: n in [0..35]]; // Vincenzo Librandi, Jul 14 2011
    
  • Mathematica
    (7*Range[0,20]+3)^5 (* or *) LinearRecurrence[{6,-15,20,-15,6,-1},{243,100000,1419857,7962624,28629151,79235168},20] (* Harvey P. Dale, Aug 27 2017 *)
  • SageMath
    [(7*n+3)^5 for n in range(41)] # G. C. Greubel, Oct 17 2023

Formula

From G. C. Greubel, Oct 17 2023: (Start)
G.f.: (243 + 98542*x + 823502*x^2 + 938622*x^3 + 154907*x^4 + 1024*x^5)/(1-x)^6.
E.g.f.: (243 + 99757*x + 610050*x^2 + 667135*x^3 + 204085*x^4 + 16807*x^5)*exp(x). (End)
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6). - Wesley Ivan Hurt, Jun 26 2025

A017019 a(n) = (7*n + 3)^3.

Original entry on oeis.org

27, 1000, 4913, 13824, 29791, 54872, 91125, 140608, 205379, 287496, 389017, 512000, 658503, 830584, 1030301, 1259712, 1520875, 1815848, 2146689, 2515456, 2924207, 3375000, 3869893, 4410944, 5000211
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From G. C. Greubel, Oct 17 2023: (Start)
G.f.: (27 + 892*x + 1075*x^2 + 64*x^3)/(1 - x)^4.
E.g.f.: (27 + 973*x + 1470*x^2 + 343*x^3)*exp(x). (End)
Showing 1-2 of 2 results.