login
A104175
From the words to the song "867-5309/Jenny" by Tommy Tutone.
2
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,1
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
EXAMPLE
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)
...
MATHEMATICA
ContinuedFraction[(176189+Sqrt[32325522853])/38946, 84]-1 (* Adam P. Goucher, Apr 27 2014 *)
PROG
(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
CROSSREFS
Cf. A182369.
Sequence in context: A091899 A292829 A182369 * A019792 A272487 A020828
KEYWORD
nonn,dumb
AUTHOR
Jonathan Garth Flittner (flittnerj(AT)wlu.edu), Mar 10 2005
EXTENSIONS
Name corrected by Michael S. Branicky, Aug 06 2021
STATUS
approved