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.

A104175 From the words to the song "867-5309/Jenny" by Tommy Tutone.

Original entry on oeis.org

8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9, 8, 6, 7, 5, 3, 0, 9
Offset: 1

Views

Author

Jonathan Garth Flittner (flittnerj(AT)wlu.edu), Mar 10 2005

Keywords

Examples

			Jenny, Jenny who can I turn to?
You give me something I can hold on to.
I know you'll think I'm like the others before
Who saw your name and number on the wall.
Jenny I've got your number
I need to make you mine
Jenny don't change your number
8 6 7 - 5 3 0 9  (8 6 7 - 5 3 0 9)
8 6 7 - 5 3 0 9  (8 6 7 - 5 3 0 9)
...
		

Crossrefs

Cf. A182369.

Programs

  • Mathematica
    ContinuedFraction[(176189+Sqrt[32325522853])/38946,84]-1 (* Adam P. Goucher, Apr 27 2014 *)
  • Python
    def a(n): return [8, 6, 7, 5, 3, 0, 9][(n-1)%7]
    print([a(n) for n in range(1, 85)]) # Michael S. Branicky, Aug 06 2021

Formula

G.f.: (8 + 6*x + 7*x^2 + 5*x^3 + 3*x^4 + 9*x^6)/(1 - x^7). - Adam P. Goucher, Apr 27 2014

Extensions

Name corrected by Michael S. Branicky, Aug 06 2021