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.

A145756 a(n) = ((2^prime(n+2)-2)/prime(n+2))/3, where n >= 1.

Original entry on oeis.org

2, 6, 62, 210, 2570, 9198, 121574, 6170930, 23091222, 1238188770, 17878237850, 68186767614, 998138215286, 56649051916610, 3256840408493918, 12600235023025650, 734198769102867726, 11085367330679918342
Offset: 1

Views

Author

Vassilis Papadimitriou, Oct 17 2008

Keywords

Examples

			For n = 1, a(1) = ((2^prime(1+2)-2)/prime(1+2))/3 = ((2^prime(3)-2)/prime(3))/3 = ((2^5-2)/5)/3 = 30/5/3 = 2
		

Crossrefs

Equals A064535/3