A116472 a(n) = floor(exp(2*n)).
1, 7, 54, 403, 2980, 22026, 162754, 1202604, 8886110, 65659969, 485165195, 3584912846, 26489122129, 195729609428, 1446257064291, 10686474581524, 78962960182680, 583461742527454, 4311231547115195, 31855931757113756, 235385266837019985, 1739274941520501047
Offset: 0
Keywords
Links
- Georg Fischer, Table of n, a(n) for n = 0..100 (first 36 terms from Vincenzo Librandi)
Crossrefs
Cf. A000149.
Programs
-
Haskell
a116472 = a000149 . (* 2) -- Reinhard Zumkeller, Mar 17 2015
-
Magma
[Floor(Exp(2*n)): n in [0..25]]; // Vincenzo Librandi, Aug 23 2011
-
Mathematica
Floor[Exp[2Range[0,30]]] (* Harvey P. Dale, Aug 22 2011 *)
-
PARI
a(n)=exp(2*n)\1 \\ Charles R Greathouse IV, Aug 23 2011
Extensions
More terms from Harvey P. Dale, Aug 22 2011
Comments