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.

A097963 ["comma"], is the first, fifteenth, twenty-sixth, fortieth, ... character in this sentence, including spaces and punctuations.

Original entry on oeis.org

1, 15, 26, 40, 50, 60, 70, 82, 97, 113, 137, 165, 190, 213, 237, 265, 290, 313, 339, 367, 396, 424, 452, 479, 507, 529, 556, 582, 610, 629, 655, 680, 703, 724, 753, 780, 805, 826, 854, 882, 911, 934, 962, 989, 1016, 1040, 1063, 1089, 1116, 1152, 1191, 1230
Offset: 1

Views

Author

Ray G. Opao, Sep 21 2004

Keywords

Comments

Yes, the definition begins with a comma!

Examples

			Label the coordinates:
00000000011111111112222222222333333333344444444445...
12345678901234567890123456789012345678901234567890... Then (comma)
["Comma"], is the first, fifteenth, twenty-sixth, fortieth, fiftieth, fifty-ninth, seventy-second, eighty-eighth, one hundred third, one hundred twenty-second, ... character.
		

Crossrefs

Programs

Formula

After a(2) = 15, the remaining terms are given by the recursion a(n+1) = a(n) + 2 + length(OrdinalName(a(n))); e.g., a(3) = a(2) + 2 + length(OrdinalName(a(2))) = 15 + 2 + length("fifteenth") = 15 + 2 + 9 = 26. - Jon E. Schoenfield, Aug 13 2007

Extensions

Corrected and extended by Jon E. Schoenfield, Aug 13 2007