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-1 of 1 results.

A075009 Floor[ concatenation of 8 numbers from n+7 to n in that order divided by 8].

Original entry on oeis.org

9567901, 10956790, 12345679, 13734567, 138873456, 1513887345, 16401388734, 176640138873, 1892664013887, 20189266401388, 214518926640138, 227145189266401, 239771451892664, 252397714518926, 265023977145189
Offset: 0

Views

Author

Amarnath Murthy, Sep 01 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[FromDigits[Flatten[IntegerDigits/@Range[n,n-7,-1]]]/8], {n,7,30}] (* Harvey P. Dale, Feb 14 2016 *)

Extensions

More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 18 2003
Showing 1-1 of 1 results.