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!)
A191639 a(n) = floor((1 + 4^n)/(1 + 3*n)). 2
1, 2, 6, 19, 64, 215, 744, 2621, 9362, 33825, 123361, 453438, 1677721, 6242685, 23342213, 87652393, 330382099, 1249445031, 4739274257, 18024780783, 68719476736, 262569940961, 1005267773966, 3855821598776, 14814472458455, 57007590219879, 219687786700999 (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}] (* A191639 *)
PROG
(Magma) [Floor((1+4^n)/(1+3*n)): n in [1..30] ]; // Vincenzo Librandi, Sep 10 2011
(Maxima) A191639(n):=floor((1+4^n)/(1+3*n))$ makelist(A191639(n), n, 1, 30); /* Martin Ettl, Oct 25 2012 */
CROSSREFS
Cf. A191638.
Sequence in context: A148467 A148468 A148469 * A329802 A151283 A176950
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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)