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.

A174623 (2^p+1)^2 where p is prime.

Original entry on oeis.org

25, 81, 1089, 16641, 4198401, 67125249, 17180131329, 274878955521, 70368760954881, 288230377225453569, 4611686022722355201, 18889465931753458761729, 4835703278462914745335809, 77371252455353859367239681, 19807040628566365873362698241
Offset: 1

Views

Author

Vincenzo Librandi, Apr 11 2010

Keywords

Examples

			For p=2, (2^2+1)^2=25;
for p=3, (2^3+1)^2=81;
for p=5, (2^5+1)^2=1089.
		

Programs

Formula

a(n) = (A098640(n))^2. - R. J. Mathar, Jul 06 2010

Extensions

Definition clarified by Jon E. Schoenfield, Jun 18 2010