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.

A110383 Integers with mutual residues of 10.

Original entry on oeis.org

11, 21, 241, 55681, 3099816961, 9608865160705105921, 92330289676612360941221747472778199041, 8524882391767151111154918892947398067446166736305624023874497267723631329281
Offset: 1

Views

Author

Seppo Mustonen, Sep 04 2005

Keywords

Comments

This is the special case k=10 of sequences with exact mutual k-residues. In general, a(1)=k+1 and a(n)=min{m | m>a(n-1), mod(m,a(i))=k, i=1..n-1}. k=1 gives Sylvester's sequence A000058 and k=2 Fermat sequence A000215.

Crossrefs

Column k=10 of A177888.

Programs

  • Mathematica
    RecurrenceTable[{a[1]==11, a[n]==a[n-1]*(a[n-1]-10)+10}, a, {n, 1, 10}] (* Vaclav Kotesovec, Dec 17 2014 *)

Formula

a(n) ~ c^(2^n), where c = 1.9797221926746931491020959969764290497942241392143973226882604062455515473... . - Vaclav Kotesovec, Dec 17 2014