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.

A074996 Floor of concatenation of n, n+1, n+2, n+3, n+4, n+5 divided by 6.

Original entry on oeis.org

2057, 20576, 39094, 57613, 76131, 946485, 11315168, 131516852, 1485018535, 15168520219, 16852021902, 18535523586, 20219025269, 21902526953, 23586028636, 25269530320, 26953032003, 28636533687, 30320035370
Offset: 0

Views

Author

Amarnath Murthy, Aug 31 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[FromDigits[Flatten[IntegerDigits[Range[n,n+5]]]]/6],{n,0,18}] (* Jayanta Basu, May 22 2013 *)

Extensions

Edited by Dean Hickerson, Nov 03 2002