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.

A045732 Fibonacci numbers having initial digit '8'.

Original entry on oeis.org

8, 89, 832040, 86267571272, 806515533049393, 8944394323791464, 83621143489848422977, 8670007398507948658051921, 81055900096023504197206408605, 898923707008479989274290850145, 8404037832974134882743767626780173, 871347450517368352816615810882615488381
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Select[Fibonacci[Range[500]],First[IntegerDigits[#]]==8&] (* Harvey P. Dale, May 01 2016 *)