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.

A093570 a(n) = Product_{k=1..n}(k + prime(k)).

Original entry on oeis.org

3, 15, 120, 1320, 21120, 401280, 9630720, 260029440, 8320942080, 324516741120, 13629703127040, 667855453224960, 36064194474147840, 2055659085026426880, 127450863271638466560, 8794109565743054192640, 668352326996472118640640
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 01 2004

Keywords

Comments

a(n) < A000142(n) + A002110(n) for n>1;
a(n) = Product_{k=1..n}A014688(k).

Crossrefs

Programs

  • Mathematica
    Table[ Product[k + Prime[k], {k, n}], {n, 17}] (* Robert G. Wilson v, Apr 07 2004 *)
    FoldList[Times,Table[m+Prime[m],{m,20}]] (* Harvey P. Dale, Jun 04 2023 *)

Extensions

More terms from Robert G. Wilson v, Apr 07 2004