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.

A000649 Number of alkyls C_{n+15} H_{2n+10} (Phenan) with n carbon atoms.

Original entry on oeis.org

1, 5, 30, 115, 425, 1396, 4440, 13470, 40000, 116140, 332827, 942435, 2647450, 7386925, 20511620, 56731383, 156451985, 430462915, 1182341890, 3243215495, 8887664047, 24338341165, 66616422775, 182276901760, 498657609720, 1364083988834
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A000648.

Formula

G.f.: A(x) = (r(x)^10+r(x^2)^5)/2, r(x) = A000598(x).

A161677 Mersenne primes written in base 4.

Original entry on oeis.org

3, 13, 133, 1333, 1333333, 133333333, 1333333333, 1333333333333333, 1333333333333333333333333333333, 133333333333333333333333333333333333333333333, 133333333333333333333333333333333333333333333333333333
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 16 2009

Keywords

Crossrefs

Programs

  • Mathematica
    FromDigits[IntegerDigits[#,4]]&/@(2^MersennePrimeExponent[Range[20]]-1) (* Harvey P. Dale, Mar 25 2023 *)

Formula

a(n) = A007090(A000668(n)).

Extensions

Keyword:base added by R. J. Mathar, Aug 03 2009
Showing 1-2 of 2 results.