A104175 From the words to the song "867-5309/Jenny" by Tommy Tutone.
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
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) ...
Links
- Brad DeLong, Jenny (867-5309)
- lyrics.com, 867-5309/Jenny.
- Wikipedia, 867-5309/Jenny.
- Index entries for sequences related to songs
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