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.

This page as a plain text file.
%I A104175 #26 Jun 01 2024 11:13:08
%S A104175 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,
%T A104175 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,
%U A104175 0,9,8,6,7,5,3,0,9,8,6,7,5,3,0,9
%N A104175 From the words to the song "867-5309/Jenny" by Tommy Tutone.
%H A104175 Brad DeLong, <a href="https://web.archive.org/web/20030729223506/http://www.j-bradford-delong.net:80/movable_type/2003_archives/001653.html">Jenny (867-5309)</a>
%H A104175 lyrics.com, <a href="https://www.lyrics.com/lyric/18270213">867-5309/Jenny</a>.
%H A104175 Wikipedia, <a href="https://en.wikipedia.org/wiki/867-5309/Jenny">867-5309/Jenny</a>.
%H A104175 <a href="/index/So#songs">Index entries for sequences related to songs</a>
%F A104175 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
%e A104175 Jenny, Jenny who can I turn to?
%e A104175 You give me something I can hold on to.
%e A104175 I know you'll think I'm like the others before
%e A104175 Who saw your name and number on the wall.
%e A104175 Jenny I've got your number
%e A104175 I need to make you mine
%e A104175 Jenny don't change your number
%e A104175 8 6 7 - 5 3 0 9  (8 6 7 - 5 3 0 9)
%e A104175 8 6 7 - 5 3 0 9  (8 6 7 - 5 3 0 9)
%e A104175 ...
%t A104175 ContinuedFraction[(176189+Sqrt[32325522853])/38946,84]-1 (* _Adam P. Goucher_, Apr 27 2014 *)
%o A104175 (Python)
%o A104175 def a(n): return [8, 6, 7, 5, 3, 0, 9][(n-1)%7]
%o A104175 print([a(n) for n in range(1, 85)]) # _Michael S. Branicky_, Aug 06 2021
%Y A104175 Cf. A182369.
%K A104175 nonn,dumb
%O A104175 1,1
%A A104175 Jonathan Garth Flittner (flittnerj(AT)wlu.edu), Mar 10 2005
%E A104175 Name corrected by _Michael S. Branicky_, Aug 06 2021