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.

A151753 Leading digits of A151752.

Original entry on oeis.org

5, 7, 3, 9, 5, 3, 3, 9, 1, 3, 7, 7, 3, 7, 7, 5, 1, 5, 7, 9, 3, 7, 3, 3, 9, 9, 9, 5, 3, 7, 1, 7, 9, 5, 7, 9, 3, 1, 3, 9, 5, 7, 5, 5, 7, 7, 1, 1, 3, 1, 9, 5, 9, 1, 9, 5, 5, 7, 7, 7, 7, 7, 9, 7, 9, 9, 7, 7, 3, 3, 5, 9, 7, 7, 1, 1, 5, 9, 7, 1, 5, 1, 7, 5, 9, 1, 7, 9, 3, 5, 3, 9, 1, 7, 9, 9, 1, 9, 9, 1, 5, 3, 7, 5, 9
Offset: 1

Views

Author

Max Alekseyev, Jun 17 2009

Keywords

Crossrefs

Programs

  • Maple
    a:= proc(n) option remember; local k, l; if n=1 then b(1):= 5; 5 else a(n-1); l:= b(n-1); for k from 1 to 9 by 2 while (parse(cat(k, l)) mod 5^n)<>0 do od; b(n):= parse(cat(k, l)); k fi end:
    seq(a(n), n=1..120); # Alois P. Heinz, Jun 18 2009

Formula

a(n) = A000030(A151752(n)). - Omar E. Pol, Jul 04 2019

Extensions

More terms from Alois P. Heinz, Jun 18 2009