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.

A173041 a(n) = 2*10^n + 3.

Original entry on oeis.org

5, 23, 203, 2003, 20003, 200003, 2000003, 20000003, 200000003, 2000000003, 20000000003, 200000000003, 2000000000003, 20000000000003, 200000000000003, 2000000000000003, 20000000000000003, 200000000000000003
Offset: 0

Views

Author

Vincenzo Librandi, Feb 08 2010

Keywords

Crossrefs

Cf. A081677 (numbers n such that 2*10^n + 3 is prime), A101951 (numbers n such that 20*10^n + 3 is prime). - Klaus Brockhaus, Feb 28 2010

Programs

  • Magma
    [2*10^n + 3: n in [0..20]]; // Vincenzo Librandi, Apr 05 2013
  • Mathematica
    CoefficientList[Series[(5 - 32 x)/((1 - x) (1 - 10 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Apr 05 2013 *)
    Table[2*10^n+3,{n,0,20}] (* Harvey P. Dale, Jun 01 2019 *)

Formula

G.f.: (5-32*x)/((1-x)*(1-10*x)). - Vincenzo Librandi, Apr 05 2013