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.

A141460 A086892(11*n).

Original entry on oeis.org

23, 23, 23, 115, 23, 10787, 23, 10235, 23, 2783, 23, 701155, 23, 23, 23, 173995, 23, 40785647, 23, 69575, 23, 16721, 24863, 62402795, 23, 23, 23, 3335, 23, 13392934247, 23, 61420235, 23, 23, 1633, 2842731249875335, 23, 9637, 23, 253879175
Offset: 1

Views

Author

Paul Curtz, Aug 08 2008

Keywords

Comments

Terms are multiples of 23.

Programs

  • Maple
    A086892 := proc(n) gcd(2^n-1,3^n-1) ; end: for n from 1 to 40 do printf("%d,",A086892(11*n)) ; od: # R. J. Mathar, Aug 12 2008

Extensions

Edited and extended by R. J. Mathar, Aug 12 2008