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.

A075004 Floor[ concatenation of n+2, n+1 and n divided by 3 ].

Original entry on oeis.org

70, 107, 144, 181, 218, 255, 292, 329, 366, 3703, 40370, 43737, 47104, 50471, 53838, 57205, 60572, 63939, 67306, 70673, 74040, 77407, 80774, 84141, 87508, 90875, 94242, 97609, 100976, 104343, 107710, 111077, 114444, 117811, 121178, 124545
Offset: 0

Views

Author

Amarnath Murthy, Sep 01 2002

Keywords

Examples

			Sequence exhibits similar properties to A074991.
		

Crossrefs

Programs

  • Maple
    70, 107, 144, 181, 218, 255, 292, 329, 366, 3703, seq(floor(((n+2)*10^4+(n+1)*10^2+n)/3),n=10..99);

Extensions

More terms from Sascha Kurz, Jan 14 2003