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.

A191357 Floor(A^(C^n)), where A = 32.76 and C = 1.33.

Original entry on oeis.org

103, 479, 3673, 55147, 2024063, 243937297, 142915724779, 685893080269745, 53978528420922581864, 175329092084368391071206608, 80227969100540338877503013472650510, 26469961649988241699181245714190498215773679043
Offset: 1

Views

Author

Arkadiusz Wesolowski, May 31 2011

Keywords

Comments

First seven terms are primes.

Examples

			a(2) = 479 because 32.76^(1.33^2) = 479.1724192479....
		

Crossrefs

Programs

  • PARI
    default(realprecision, 100); for(n=1, 12, print1(floor(32.76^(1.33^n)), ", ")); \\ Arkadiusz Wesolowski, Jul 18 2011

Formula

a(n) = floor(32.76^(1.33^n)).