The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A128443 a(n) = floor(n*3^(n/2)). 1
1, 6, 15, 36, 77, 162, 327, 648, 1262, 2430, 4629, 8748, 16414, 30618, 56819, 104976, 193187, 354294, 647747, 1180980, 2147793, 3897234, 7057034, 12754584, 23012070, 41452398, 74559107, 133923132, 240246014, 430467210, 770444114, 1377495072 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A128444(n,n).
MAPLE
seq(floor(evalf(n*3^(n/2))), n=1..32); # Georg Fischer, Aug 31 2021
PROG
(PARI) a(n) = sqrtint(n^2*3^n); \\ Michel Marcus, Aug 31 2021
CROSSREFS
Cf. A128444.
Sequence in context: A273490 A324221 A177206 * A245470 A135854 A221905
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 03 2007
EXTENSIONS
a(24) and more terms corrected by Georg Fischer, Aug 31 2021
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 May 21 09:41 EDT 2024. Contains 372733 sequences. (Running on oeis4.)