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.

A050678 Index of first occurrence of n in A048288.

Original entry on oeis.org

82, 2, 5, 8, 9, 15, 17, 30, 26, 18, 91, 53
Offset: 1

Views

Author

Patrick De Geest, Aug 15 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Join[{1},Table[i=1; While[PrimeOmega[FromDigits[Flatten[IntegerDigits[Range[i,1,-1]]]]]!=n,i++]; i,{n,2,10}]] (* Jayanta Basu, May 30 2013 *)

Extensions

a(11)-a(12) from Sean A. Irvine, Aug 17 2021
Edited by N. J. A. Sloane, Sep 04 2021