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.

Previous Showing 11-13 of 13 results.

A368649 a(n) = round(n*rho), where rho = (5+sqrt(5))/2.

Original entry on oeis.org

4, 7, 11, 14, 18, 22, 25, 29, 33, 36, 40, 43, 47, 51, 54, 58, 62, 65, 69, 72, 76, 80, 83, 87, 90, 94, 98, 101, 105, 109, 112, 116, 119, 123, 127, 130, 134, 137, 141, 145, 148, 152, 156, 159, 163, 166, 170, 174, 177, 181, 185, 188, 192, 195, 199, 203, 206, 210
Offset: 1

Views

Author

Jeffrey Shallit, Jan 02 2024

Keywords

Comments

Also, the positive integers that do not appear in A118287.

Crossrefs

Programs

  • Mathematica
    Round[Range[100](5+Sqrt[5])/2] (* Paolo Xausa, Jan 03 2024 *)

Formula

a(n) = floor(n*(5+sqrt(5))/2 + 1/2).

A296183 Decimal expansion of (1/2)*sqrt(7 + phi), with the golden section from A001622.

Original entry on oeis.org

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

Views

Author

Wolfdieter Lang, Jan 08 2018

Keywords

Comments

In a regular pentagon inscribed in a unit circle this equals the second largest distance between a vertex and a midpoint of a side. The shortest such distance is (1/2)*sqrt(3 - phi) = (1/2)*A182007 = 0.58778525229..., and the longest 1 + phi/2 = (1/2)*(2 + phi) = (1/2)*A296184 = 1.80901699437...

Examples

			1.467824409521613628098163726467121337542565559888420020510299297523294383...
		

Crossrefs

Programs

  • Mathematica
    First@ RealDigits[Sqrt[7 + GoldenRatio]/2, 10, 98] (* Michael De Vlieger, Jan 13 2018 *)

Formula

(1/2)*sqrt(7 + phi). From the comment on the pentagon above this results from sqrt((5/4)^2 + (sqrt(3 - phi)/2 + sqrt(7 - 4*phi)/4)^2).

A308148 Number of length-n binary words avoiding (5+sqrt(5))/2-powers.

Original entry on oeis.org

1, 2, 4, 8, 14, 26, 48, 88, 160, 292, 532, 966, 1756, 3194, 5810, 10552, 19182, 34868, 63376, 115172, 209316, 380422, 691384, 1256538, 2283666, 4150402, 7542974, 13708740
Offset: 0

Views

Author

Jeffrey Shallit, May 14 2019

Keywords

Comments

An e-power, where e is a real number, is a word of length n and period p such that n/p >= e. To avoid an e-power means that no subword (contiguous block) is an e-power.

Examples

			For n = 4, all length-4 binary words avoid (5+sqrt(5))/2 = 3.618... powers except 0000 and 1111.
		

Crossrefs

Cf. A296184 ((5+sqrt(5))/2).
Previous Showing 11-13 of 13 results.