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.

A068432 Expansion of golden ratio (1 + sqrt(5))/2 in base 2.

Original entry on oeis.org

1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0
Offset: 1

Views

Author

Benoit Cloitre, Mar 09 2002

Keywords

Comments

Differs from A004555 in the 2nd digit. - R. J. Mathar, Dec 15 2008

Examples

			1.1001111000110111011110011011100101...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[ (1+Sqrt[5])/2, 2, 1000][[1]]
  • PARI
    concat(binary((1+sqrt(5))/2)) \\ Michel Marcus, Dec 14 2017
    
  • PARI
    a(n) = floor(quadgen(5)*2^(n-1))%2 \\ Chittaranjan Pardeshi, Feb 06 2023

A004714 Positions of ones in binary expansion of the reciprocal of the golden ratio (0.618...).

Original entry on oeis.org

1, 4, 5, 6, 7, 11, 12, 14, 15, 16, 18, 19, 20, 21, 24, 25, 27, 28, 29, 32, 34, 35, 36, 37, 38, 39, 40, 42, 45, 47, 50, 51, 52, 53, 54, 60, 62, 64, 65, 66, 67, 68, 71, 72, 73, 76, 77, 78, 81, 82, 90, 91, 98, 100, 101, 102
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Position[RealDigits[1/GoldenRatio,2,150][[1]],1]//Flatten (* Harvey P. Dale, Jul 30 2025 *)
Showing 1-2 of 2 results.