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 21-30 of 30 results.

A090772 Numbers that are congruent to {2, 8} mod 10.

Original entry on oeis.org

2, 8, 12, 18, 22, 28, 32, 38, 42, 48, 52, 58, 62, 68, 72, 78, 82, 88, 92, 98, 102, 108, 112, 118, 122, 128, 132, 138, 142, 148, 152, 158, 162, 168, 172, 178, 182, 188, 192, 198, 202, 208, 212, 218, 222, 228, 232, 238, 242, 248, 252, 258, 262, 268, 272, 278, 282
Offset: 1

Views

Author

Giovanni Teofilatto, Feb 07 2004

Keywords

Comments

Their square ends in the digit 4. - Kausthub Gudipati, Sep 08 2011
10*a(n) = 20, 80, 120, 180, 220, ... are the only numbers written in French ending in "vingt(s)". - Paul Curtz, Aug 02 2018

Crossrefs

Programs

  • Magma
    m:=50; R:=PowerSeriesRing(Integers(), m); Coefficients(R!(2*x*(1+3*x+x^2)/((1+x)*(1-x)^2))); // G. C. Greubel, Aug 08 2018
  • Mathematica
    Union@ Flatten@ Outer[Plus, {2, 8}, 10 Range[0, 28]] (* or *)
    CoefficientList[Series[2 (1 + 3x + x^2)/((1 + x) (1 - x)^2), {x, 0, 57}], x] (* Michael De Vlieger, Aug 02 2018 *)
    LinearRecurrence[{1, 1, -1}, {2, 8, 12}, 61] (* Robert G. Wilson v, Aug 08 2018 *)
  • PARI
    is(n) = #setintersect([2, 8], [n%10]) > 0 \\ Felix Fröhlich, Aug 02 2018
    
  • PARI
    Vec(2*x*(1+3*x+x^2)/((1+x)*(1-x)^2) + O(x^60)) \\ Felix Fröhlich, Aug 02 2018
    

Formula

a(n) = 2 * A047209(n).
a(n) = 10*n - a(n-1) - 10 (with a(1)=2). - Vincenzo Librandi, Nov 16 2010
G.f.: 2*x*(1+3*x+x^2)/((1+x)*(1-x)^2). - Bruno Berselli, Sep 08 2011
a(1) = 2. For n > 1, a(n) = a(n-1) + A226294(n). - Felix Fröhlich, Aug 02 2018
Sum_{n>=1} (-1)^(n+1)/a(n) = sqrt(1+2/sqrt(5))*Pi/10. - Amiram Eldar, Dec 28 2021
E.g.f.: 2 + ((10*x - 5)*exp(x) + exp(-x))/2. - David Lovler, Sep 03 2022
From Amiram Eldar, Nov 23 2024: (Start)
Product_{n>=1} (1 - (-1)^n/a(n)) = tan(3*Pi/10) (A019952).
Product_{n>=1} (1 + (-1)^n/a(n)) = cosec(2*Pi/5)/2 (= A179290 / 2). (End)

Extensions

Edited and extended by Ray Chandler, Feb 10 2004

A090773 Numbers that are congruent to {4, 6} mod 10.

Original entry on oeis.org

4, 6, 14, 16, 24, 26, 34, 36, 44, 46, 54, 56, 64, 66, 74, 76, 84, 86, 94, 96, 104, 106, 114, 116, 124, 126, 134, 136, 144, 146, 154, 156, 164, 166, 174, 176, 184, 186, 194, 196, 204, 206, 214, 216, 224, 226, 234, 236, 244, 246, 254, 256, 264, 266, 274, 276, 284
Offset: 1

Views

Author

Giovanni Teofilatto, Feb 07 2004

Keywords

Crossrefs

Programs

  • Mathematica
    #+{4,6}&/@(10Range[0,50])//Flatten (* or *) LinearRecurrence[{1,1,-1},{4,6,14},100] (* Harvey P. Dale, Jun 05 2017 *)

Formula

a(n) = 2 * A047221(n) = 5*n-5/2-3*(-1)^n/2.
a(n) = 10*n-a(n-1)-10 (with a(1)=4). - Vincenzo Librandi, Nov 16 2010
G.f.: 2*x*(2+x+2*x^2) / ( (1+x)*(x-1)^2 ). - R. J. Mathar, Oct 08 2011
Sum_{n>=1} (-1)^(n+1)/a(n) = sqrt(1-2/sqrt(5))*Pi/10. - Amiram Eldar, Dec 28 2021
From Amiram Eldar, Nov 23 2024: (Start)
Product_{n>=1} (1 - (-1)^n/a(n)) = cosec(2*Pi/5) (A179290).
Product_{n>=1} (1 + (-1)^n/a(n)) = cosec(Pi/5)/2 (A300074). (End)

Extensions

Edited and extended by Ray Chandler, Feb 10 2004

A179593 Decimal expansion of the volume of pentagonal rotunda with edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Pentagonal rotunda: 20 vertices, 35 edges, and 17 faces.

Examples

			6.91776296812470206991299603070264133354087600944966144271710443099823...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[(45+17*Sqrt[5])/12,200]]

Formula

Digits of (45+17*sqrt(5))/12.

A179592 Decimal expansion of the circumradius of pentagonal cupola with edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Pentagonal cupola: 15 vertices, 25 edges, and 12 faces.

Examples

			2.232950509415690049500415383249682772934080730579181647457441260...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[Sqrt[11+4*Sqrt[5]]/2,200]]

Formula

Digits of sqrt(11+4*sqrt(5))/2.

A179639 Decimal expansion of the volume of gyroelongated pentagonal pyramid with edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Gyroelongated pentagonal pyramid: 11 vertices,25 edges,and 16 faces.

Examples

			1.88019215822908780282010679244089525495689855152098881326825313369561...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[(25+9*Sqrt[5])/24,200]]

Formula

Digits of (25+9*sqrt(5))/24.

A179640 Decimal expansion of the surface area of gyroelongated pentagonal pyramid with edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Gyroelongated pentagonal pyramid: 11 vertices, 25 edges, and 16 faces.

Examples

			8.21566792897225677348693575803563097544289387179912568441637087996861...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[Sqrt[5/2*(70+Sqrt[5]+3*Sqrt[75+30*Sqrt[5]])]/2,200]]

Formula

Digits of sqrt(5/2*(70+sqrt(5)+3*sqrt(75+30*sqrt(5))))/2.

A179641 Decimal expansion of the volume of pentagonal dipyramid with edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Pentagonal dipyramid: 7 vertices, 15 edges, and 10 faces.

Examples

			0.60300566479164914136743113906093968628671819663429381035590810378421...
		

Crossrefs

Programs

Formula

Digits of (5+sqrt(5))/12.

Extensions

Offset corrected by R. J. Mathar, Aug 15 2010

A356869 Decimal expansion of 4 / sqrt(5).

Original entry on oeis.org

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

Views

Author

Michal Paulovic, Sep 01 2022

Keywords

Comments

The area of a golden rectangle inscribed in a unit circle.
The width and height of the rectangle are:
W = sqrt(2 - 2 / sqrt(5)) = A179290.
H = sqrt(2 + 2 / sqrt(5)) = A121570.

Examples

			1.7888543819998317...
		

Crossrefs

Programs

  • MATLAB
    cell2mat(struct2cell(struct(vpa(4 / sqrt(5), 105)))); ans(1:98)
  • Maple
    parse(substring(convert(evalf(4 / sqrt(5), 105), string), 1..98));
  • Mathematica
    RealDigits[4 / Sqrt[5], 10, 105][[1]][[Range[1, 97]]]

Formula

Equals [1; 1, 3, 1, 2] (periodic continued fraction expansion). - Peter Luschny, Sep 02 2022
Equals 1/A204188. - Alois P. Heinz, Sep 02 2022

A179453 Decimal expansion of the inradius of an icosidodecahedron with edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Icosidodecahedron: 32 faces, 30 vertices, and 60 edges.

Examples

			1.46352549156242113615344012577422858829023188485432214660158646702894...
		

Crossrefs

Programs

Formula

Digits of (5+3*sqrt(5))/8.

A357715 Decimal expansion of sqrt(16 + 32 / sqrt(5)).

Original entry on oeis.org

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

Views

Author

Michal Paulovic, Oct 10 2022

Keywords

Comments

The perimeter of a golden rectangle inscribed in a unit circle.
The width and height of the rectangle are:
W = sqrt(2 - 2 / sqrt(5)) = A179290.
H = sqrt(2 + 2 / sqrt(5)) = A121570.

Examples

			5.5055276818846941...
		

Crossrefs

Programs

  • Maple
    sqrt(16 + 32 / sqrt(5));
  • Mathematica
    Sqrt[16 + 32/Sqrt[5]]
  • PARI
    sqrt(16 + 32 / sqrt(5))

Formula

Equals (4 / sqrt(5)) * sqrt(5 + 2 * sqrt(5)) = A356869 * A019970.
Equals sqrt(5 + 2 * sqrt(5)) / (sqrt(5) / 4) = A019970 / A204188.
Equals 4 * sqrt(1 + 2 / sqrt(5)) = 4 * A019952.
Equals 4 / sqrt(5 - 2 * sqrt(5)) = 4 / A019934.
Previous Showing 21-30 of 30 results.