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!)
A191638 a(n) = floor((-1 + 4^n)/(-1 + 3*n)). 2
1, 3, 7, 23, 73, 240, 819, 2849, 10082, 36157, 131071, 479349, 1766022, 6547206, 24403223, 91382282, 343597383, 1296593900, 4908534052, 18635790301, 70936234050, 270649016067, 1034834473200, 3964436291699, 15214863605981, 58488306848967, 225179981368524 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_] := Floor[(-1+4^n)/(-1+3 n)]
Table[f[n], {n, 1, 40}] (* A191638 *)
PROG
(Magma) [Floor((-1+4^n)/(-1+3*n)): n in [1..30] ]; // Vincenzo Librandi, Sep 10 2011
(Maxima) A191638(n):=floor((-1+4^n)/(-1+3*n))$ makelist(A191638(n), n, 1, 30); /* Martin Ettl, Oct 25 2012 */
CROSSREFS
Cf. A191639.
Sequence in context: A133435 A079061 A228724 * A148704 A283109 A339284
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 09 2011
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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)