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!)
A191629 a(n) = floor((2^n)/(3*n - 1)). 3
1, 0, 1, 1, 2, 3, 6, 11, 19, 35, 64, 117, 215, 399, 744, 1394, 2621, 4946, 9362, 17772, 33825, 64527, 123361, 236298, 453438, 871543, 1677721, 3234162, 6242685, 12064514, 23342213, 45210182, 87652393, 170097714, 330382099, 642238100, 1249445031, 2432547849 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MATHEMATICA
f[n_] := Floor[(2^n)/(3 n - 1)]
Table[f[n], {n, 1, 40}] (* A191629 *)
PROG
(PARI) a(n)=2^n\(3*n-1) \\ Charles R Greathouse IV, Jun 17 2011
(Maxima) A191629(n):=floor( 2^n/(3*n-1) )$ makelist(A191629(n), n, 1, 30); /* Martin Ettl, Oct 25 2012 */
CROSSREFS
Sequence in context: A038084 A018169 A238644 * A285553 A242842 A327665
KEYWORD
nonn,less,easy
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 July 13 02:50 EDT 2024. Contains 374265 sequences. (Running on oeis4.)