|
|
A121916
|
|
a(n) = floor((Pi+e)^(n*e)).
|
|
1
|
|
|
1, 122, 14951, 1828144, 223535959, 27332807665, 3342112728281, 408656059975457, 49968325108097955, 6109865382293662597, 747082374864324679924, 91349324397617876090443, 11169717488538903806777417, 1365774619533204572560235117
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..400
|
|
MATHEMATICA
|
Floor[(Pi + E)^(E (Range[0, 20]))] (* Vincenzo Librandi, Feb 21 2013 *)
|
|
PROG
|
(PARI) for(n=0, 50, print1(floor((Pi+exp(1))^(n*exp(1))), ", ")) \\ G. C. Greubel, Nov 06 2017
(MAGMA) C<i> := ComplexField(); [Floor((Pi(C) + Exp(1))^(n*Exp(1))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
|
|
CROSSREFS
|
Cf. A121854, A121855, A121856, A121857.
Sequence in context: A275264 A131970 A233096 * A097843 A223385 A241375
Adjacent sequences: A121913 A121914 A121915 * A121917 A121918 A121919
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Mohammad K. Azarian, Sep 02 2006
|
|
STATUS
|
approved
|
|
|
|