login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Brad DeLong, Jenny (867-5309)
lyrics.com, 867-5309/Jenny
Wikipedia, 867-5309/Jenny
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)