Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140429 a(n) = floor(3^(n-1)). 7
0, 1, 3, 9, 27, 81, 243, 729, 2187, 6561, 19683, 59049, 177147, 531441, 1594323, 4782969, 14348907, 43046721, 129140163, 387420489, 1162261467, 3486784401, 10460353203, 31381059609, 94143178827, 282429536481, 847288609443 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Binomial transform of Jacobsthal numbers A001045.
Implicit use in A094555 (Barry).
LINKS
FORMULA
a(n) = floor(3^(n-1)) = A000244(n-1) = A133494(n), n >= 1.
O.g.f.: x/(1-3x). - R. J. Mathar, Aug 27 2008
PROG
(PARI) a(n)=if(n<2, n, 3^(n-1)) \\ Charles R Greathouse IV, Oct 03 2016
(PARI) a(n)=floor(3^(n-1)) \\ M. F. Hasler, Apr 13 2018
CROSSREFS
Sequence in context: A216097 A243845 A354269 * A141413 A000244 A133494
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Jun 19 2008
EXTENSIONS
Extended by R. J. Mathar, Aug 28 2008
New name by M. F. Hasler, Apr 13 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 18 08:16 EDT 2024. Contains 375255 sequences. (Running on oeis4.)