login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A324586
2^(6*n/5) rounded to nearest integer.
1
2, 5, 12, 28, 64, 147, 338, 776, 1783, 4096, 9410, 21619, 49667, 114105, 262144, 602249, 1383604, 3178688, 7302707, 16777216, 38543921, 88550677, 203436034, 467373275, 1073741824, 2466810934, 5667243324, 13019906166, 29911889591, 68719476736, 157875899766
OFFSET
1,1
COMMENTS
a(n) is an approximation for A324585(n).
REFERENCES
Donald E. Knuth, The Art of Computer Programming, Vol. 4, fascicle 1, section 7.1.4, p. 117, Addison-Wesley, 2009.
PROG
(PARI) for(n=1, 31, print1(round(2^(6*n/5)), ", "))
CROSSREFS
Cf. A324585.
Sequence in context: A006980 A045623 A290990 * A001410 A258898 A019486
KEYWORD
nonn,easy
AUTHOR
Hugo Pfoertner, Mar 08 2019
STATUS
approved