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.

A073177 (n-th digit of Pi) times (n-th digit of e).

Original entry on oeis.org

6, 7, 4, 8, 10, 72, 2, 48, 10, 24, 20, 40, 81, 0, 36, 15, 4, 9, 40, 12, 36, 0, 12, 32, 21, 12, 56, 3, 6, 35, 18, 30, 0, 4, 32, 72, 28, 7, 45, 49, 2, 24, 63, 0, 81, 27, 18, 63, 45, 9, 0, 45, 40, 14, 0, 81, 42, 24, 81, 24, 28, 30, 18, 14, 21, 0, 28, 0, 7, 36, 24, 0, 0, 6, 40, 18, 10, 0
Offset: 0

Views

Author

Y. Kelly Itakura (yitkr(AT)mta.ca), Aug 22 2002

Keywords

Examples

			Pi=3.141592... e =2.718281... so we have a(0)=3*2=6, a(1)=1*7=7, a(2)=4*1=4...
		

Crossrefs

Programs

  • Mathematica
    With[{pi=RealDigits[Pi,10,100][[1]],e=RealDigits[E,10,100][[1]]}, pi e] (* Harvey P. Dale, Oct 15 2011 *)

Extensions

More terms from Lambert Klasen (lambert.klasen(AT)gmx.de), Dec 27 2004