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.

Showing 1-2 of 2 results.

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

A212708 Decimal expansion of the "I Love You" constant.

Original entry on oeis.org

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

Views

Author

Alois P. Heinz, May 25 2012

Keywords

Comments

In some of the literature this number is regarded as two times the "I Love You" constant since we must take half of 128*sqrt(e*980) to get "I Love You". - Geoffrey Critzer, Sep 28 2013

Examples

			6606.481884325691329581644554...
		

Crossrefs

Programs

  • Maple
    ILoveYou := 128*sqrt(e*980):
    e:= exp(1): s:= convert(evalf( ILoveYou /10000, 140), string):
    seq(parse(s[n+1]), n=1..120);
  • Mathematica
    RealDigits[128 Sqrt[E 980], 10, 117][[1]] (* Bruno Berselli, May 27 2012 *)
  • PARI
    128*sqrt(980*exp(1)) \\ Charles R Greathouse IV, Jun 19 2024

Formula

128 sqrt(e 980).
Showing 1-2 of 2 results.