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.

A075010 a(n) = floor( concatenation of 9 numbers from n+8 to n in that order divided by 9 ).

Original entry on oeis.org

97393690, 109739369, 122085048, 1234430727, 13456776406, 145790122085, 1570134567764, 16823680123443, 179460145790122, 1906834903467901, 20190683490346790, 21313017946014579, 22435352401682368, 23557686857350157, 24680021313017946, 25802355768685735
Offset: 0

Views

Author

Amarnath Murthy, Sep 01 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[FromDigits[Flatten[IntegerDigits/@Range[n+8,n,-1]]]/9],{n,0,20}] (* Harvey P. Dale, Aug 04 2019 *)

Extensions

More terms from Sascha Kurz, Jan 14 2003
Corrected and extended by Harvey P. Dale, Aug 04 2019