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.

A248545 a(n+1) = a(n)^2 + 75.

Original entry on oeis.org

0, 75, 5700, 32490075, 1055604973505700, 1114301860089969598947932490075, 1241668635399966182910364962424859894024949485439789973505700
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 08 2014

Keywords

Comments

Dedicated to N. J. A. Sloane for his 75th birthday!

Crossrefs

Cf. A003095.

Programs

  • Mathematica
    RecurrenceTable[{a[n+1]==a[n]^2+75,a[0]==0},a,{n,0,10}]
    NestList[#^2+75&,0,10] (* Harvey P. Dale, Jan 14 2016 *)

Formula

a(n) ~ c^(2^n), where c = 8.688980833378203252201919626948141475048572223268...