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.

Showing 1-2 of 2 results.

A065356 Final digits of A065355(n) (in reverse order) for sufficiently large n.

Original entry on oeis.org

6, 8, 6, 9, 5, 0, 9, 7, 5, 9, 7, 0, 1, 7, 4, 3, 6, 6, 7, 5, 5, 3, 4, 4, 7, 4, 9, 0, 6, 9, 4, 9, 8, 6, 0, 4, 6, 7, 6, 5, 9, 1, 5, 0, 0, 2, 9, 8, 8, 7, 3, 1, 6, 2, 5, 1, 3, 1, 2, 5, 0, 2, 5, 2, 5, 7, 7, 0, 9, 9, 5, 6, 6, 9, 4, 3, 4, 1, 3, 4, 9, 9, 7, 3, 3, 4, 8, 4, 0, 2, 1, 1, 8, 3, 7, 9, 7, 1, 8, 7, 8, 6, 2, 3, 8
Offset: 0

Views

Author

Floor van Lamoen, Oct 31 2001

Keywords

Crossrefs

Programs

  • PARI
    { for (n=0, 1000, f=1; while(f!%10^(n+1)>0, f+=1); x=sum(k=0, f, k!%10^(n+1)); a=(10*(x%10^(n+1)))\10^(n+1); if (n==0, a=3); write("b065356.txt", n, " ", 9 - a) ) } \\ Harry J. Smith, Oct 17 2009

Formula

a(n) = 9-A025016(n), n > 0. - Vladeta Jovovic, Nov 02 2001

Extensions

a(60)-a(104) from Harry J. Smith, Oct 17 2009

A064734 Final digits of A005165(2n+1) for large n, read from right.

Original entry on oeis.org

1, 8, 9, 2, 2, 4, 4, 6, 3, 8, 3, 8, 7, 3, 6, 0, 6, 4, 3, 5, 5, 8, 7, 1, 1, 4, 2, 3, 6, 7, 3, 1, 3, 4, 4, 9, 8, 3, 9, 5, 1, 4, 0, 8, 3, 0, 5, 3, 6, 5, 9, 2, 6, 1, 8, 2, 3, 1, 8, 6, 8, 3, 1, 1, 8, 8, 0, 1, 0, 7, 1, 1, 1, 3, 9, 7, 0, 4, 6, 0, 0, 3, 3, 6, 7, 0, 0, 6, 3, 6, 5, 7, 5, 2, 0, 9, 2, 2, 5, 4, 5, 3, 5, 1, 3
Offset: 0

Views

Author

Vladeta Jovovic, Oct 17 2001

Keywords

Examples

			A005165(21)=48773618881154822981; A005165(31)=7966133168508387470157556764422981.
		

Crossrefs

Extensions

More terms from David Wasserman, Aug 05 2002
Showing 1-2 of 2 results.