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.

A174744 (2^p-1)^2 where p is prime.

Original entry on oeis.org

9, 49, 961, 16129, 4190209, 67092481, 17179607041, 274876858369, 70368727400449, 288230375077969921, 4611686014132420609, 18889465931203702947841, 4835703278454118652313601, 77371252455318674995150849, 19807040628565802923409276929
Offset: 1

Views

Author

Vincenzo Librandi, Apr 11 2010

Keywords

Examples

			For p=2, (2^2-1)^2=9; for p=3, (2^3-1)^2=49; for p=5, (2^5-1)^2=961.
		

Crossrefs

Cf. A133049.

Programs

  • Magma
    [(2^p-1)^2: p in [0..1000] |IsPrime(p)];
  • Mathematica
    Table[(2^Prime[n] - 1)^2, {n, 20}] (* Vincenzo Librandi, May 01 2015 *)

Extensions

Definition clarified by Jon E. Schoenfield, Jun 18 2010
More terms from Vincenzo Librandi, May 01 2015