A191357 Floor(A^(C^n)), where A = 32.76 and C = 1.33.
103, 479, 3673, 55147, 2024063, 243937297, 142915724779, 685893080269745, 53978528420922581864, 175329092084368391071206608, 80227969100540338877503013472650510, 26469961649988241699181245714190498215773679043
Offset: 1
Keywords
Examples
a(2) = 479 because 32.76^(1.33^2) = 479.1724192479....
Links
- Chris Caldwell, A proof of a generalization of Mills' Theorem
- G. L. Honaker, Jr. and Chris Caldwell, Prime Curios! 142915724779
- Carlos Rivera, Puzzle 85
- Eric Weisstein's World of Mathematics, Floor Function
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)).
Comments