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.

A305500 a(n) = (-1) * j((1 + sqrt(-A003173(n+2)))/2).

Original entry on oeis.org

0, 3375, 32768, 884736, 884736000, 147197952000, 262537412640768000
Offset: 1

Views

Author

Seiichi Manyama, Jun 03 2018

Keywords

Examples

			j((1+sqrt(  -3))/2) =                   0.
j((1+sqrt(  -7))/2) =               -3375 = (-1) *     15^3.
j((1+sqrt( -11))/2) =              -32768 = (-1) *     32^3.
j((1+sqrt( -19))/2) =             -884736 = (-1) *     96^3.
j((1+sqrt( -43))/2) =          -884736000 = (-1) *    960^3.
j((1+sqrt( -67))/2) =       -147197952000 = (-1) *   5280^3.
j((1+sqrt(-163))/2) = -262537412640768000 = (-1) * 640320^3.
		

Crossrefs

Formula

a(n) = A199743(n-1)^3 for n > 1.