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.

A092845 A011545(n) reversed.

Original entry on oeis.org

3, 13, 413, 1413, 51413, 951413, 2951413, 62951413, 562951413, 3562951413, 53562951413, 853562951413, 9853562951413, 79853562951413, 979853562951413, 3979853562951413, 23979853562951413, 323979853562951413, 8323979853562951413, 48323979853562951413
Offset: 0

Views

Author

Jorge Coveiro, Apr 15 2004

Keywords

Crossrefs

Programs

  • Maple
    a:= n-> (s-> parse(cat(s[-i]$i=1..length(s))))(""||(floor(Pi*10^n))):
    seq(a(n), n=0..20);  # Alois P. Heinz, Mar 26 2025

Formula

a(n) = A004086(A011545(n)).