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.
%I A060449 #17 Jul 02 2025 16:02:01 %S A060449 5,7,11,17,29,53,109,252,679,2184,8650,43828,296913,2832896,40474353, %T A060449 930818760,37522518949,2931502379404,499688559138590, %U A060449 213681340556825047,270268120176240462240,1227682581046707804164120 %N A060449 Generalized Mills numbers: a(n) = floor(c^(b^n)) where c=4.4, b=1.179. %C A060449 First seven terms are primes. %H A060449 Harry J. Smith, <a href="/A060449/b060449.txt">Table of n, a(n) for n = 1..44</a> %H A060449 C. Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_085.htm">Prime Puzzles</a> %p A060449 Digits := 100; A060449 := n->4.4^(1.179^n); %o A060449 (PARI) { default(realprecision, 2000); for (n=1, 44, write("b060449.txt", n, " ", floor(4.4^(1.179^n))); ) } \\ _Harry J. Smith_, Jul 05 2009 %Y A060449 Cf. A051254, A108739, A051021, A060699, A191357. %K A060449 easy,nonn %O A060449 1,1 %A A060449 _Jason Earls_, Apr 07 2001 %E A060449 More terms from _James Sellers_, Apr 11 2001 %E A060449 Offset changed from 0 to 1 by _Harry J. Smith_, Jul 05 2009