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.

A156179 Numerator of Euler(n,1/3).

Original entry on oeis.org

1, -1, -2, 13, 22, -121, -602, 18581, 30742, -305071, -2523002, 61203943, 303692662, -4353296221, -50402079002, 6669149100757, 11030684333782, -206772189255571, -3077986048956602, 128970681211645873, 1066578948824962102, -24697503335329725121, -449342758735568563802
Offset: 0

Views

Author

N. J. A. Sloane, Nov 07 2009

Keywords

Examples

			1, -1/6, -2/9, 13/108, 22/81, -121/486, -602/729, 18581/17496, ...
		

Crossrefs

Cf. A156180 and A079144.
Terms of even indices give A210657.

Programs

  • Maple
    [seq(euler(n,1/3),n=0..50)];
  • Mathematica
    Numerator[EulerE[Range[0,30],1/3]] (* Harvey P. Dale, Apr 29 2012 *)