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.

A096968 a(n) = (prime(n)*prime(n+2))^4.

Original entry on oeis.org

10000, 194481, 9150625, 68574961, 1222830961, 3722098081, 23372600161, 92173567201, 258439040161, 1325558466241, 2609649624481, 6407383500961, 13788812262241, 26975984333281, 59128856241841, 109250345339521
Offset: 1

Views

Author

Pierre CAMI, Aug 19 2004

Keywords

Examples

			a(1) = (prime(1)*prime(3))^4 = 10000.
		

Crossrefs

Equals A090076(n)^4.

Programs

  • Mathematica
    a[n_] := (Prime[n]*Prime[n + 2])^4; Table[ a[n], {n, 15}] (* Robert G. Wilson v, Aug 22 2004 *)

Extensions

More terms from Robert G. Wilson v, Aug 22 2004