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.

A124262 a(n) is the largest prime < 10*a(n-1) for n > 1, with a(1) = 2.

Original entry on oeis.org

2, 19, 181, 1801, 17989, 179849, 1798487, 17984833, 179848309, 1798483067, 17984830667, 179848306667, 1798483066669, 17984830666651, 179848306666507, 1798483066665031, 17984830666650269, 179848306666502647, 1798483066665026389, 17984830666650263887, 179848306666502638867
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Sequences for other powers of 10: A124339 (100), A124361 (1000), A124364 (10000), A124362 (100000), A124368 (1000000).
Sequences for initial term k: A124263 (k=3), A124267 (5), A124291 (7), A124290 (11), A124298 (13), A124299 (17), A124336 (23), A124310 (29), A124335 (31), A124337 (37), A124338 (41).

Programs

A124358 Largest prime < 100*a(n-1), a(1) = 5.

Original entry on oeis.org

5, 499, 49891, 4989079, 498907883, 49890788291, 4989078829037, 498907882903681, 49890788290368043, 4989078829036804253, 498907882903680425207, 49890788290368042520691, 4989078829036804252069087, 498907882903680425206908691, 49890788290368042520690869043
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Programs

  • Mathematica
    a[1]=5;a[n_]:=NextPrime[100a[n-1],-1];Table[a[n],{n,15}] (* James C. McMahon, Dec 15 2024 *)

Extensions

a(13)-(15) from James C. McMahon, Dec 15 2024
Showing 1-2 of 2 results.