login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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