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-3 of 3 results.

A096429 Decimal expansion of -(8*(EulerGamma - log(2)))/3.

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Jul 21 2004

Keywords

Comments

Asymptotic constant in the expected number of points on the perimeter of the convex hull in square point picking.

Examples

			0.3091507084224331968285867503353976987555754624...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 8.1, p. 481.

Crossrefs

Cf. A097059.

Programs

  • Mathematica
    RealDigits[-(8*(EulerGamma - Log[2]))/3, 10, 100][[1]] (* Vaclav Kotesovec, Aug 16 2015 *)

A097317 Numbers of the form 7^p + p^7 for p prime.

Original entry on oeis.org

177, 2530, 94932, 1647086, 1996813914, 96951758924, 232630924325880, 11398896079244882, 27368747343485741790, 3219905755813196976713916, 157775382034845834127656854, 18562115921017574302548095548340
Offset: 1

Views

Author

Parthasarathy Nambi, Sep 17 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Table[7^p+p^7,{p,Prime[Range[20]]}] (* Harvey P. Dale, Apr 28 2018 *)
  • PARI
    forprime(p=2,37,print1(p^7+7^p,","))

Extensions

More terms from Klaus Brockhaus, Sep 18 2004

A097520 Numbers of the form p^11 + 11^p for p prime.

Original entry on oeis.org

2169, 178478, 48989176, 1996813914, 570623341222, 36314872537968, 505481300395601404, 61159206938673444510, 895430244208047130160458, 1586309297171503774924202410720, 191943424957750505912623737696642, 340039485861577398992584799927541447384, 4978518112499354698647829714167692967490852
Offset: 1

Views

Author

Parthasarathy Nambi, Sep 19 2004

Keywords

Crossrefs

Programs

Showing 1-3 of 3 results.