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”).

A076941
a(n) = 2^A066657(n) * 3^A066658(n).
1
6, 18, 54, 108, 486, 972, 1944, 4374, 8748, 17496, 69984, 13122, 162, 52488, 209952, 839808, 354294, 708588, 1417176, 5668704, 22674816, 45349632, 3188646, 6377292, 12754584, 51018336, 204073344, 408146688, 3265173504, 258280326, 516560652, 1033121304
OFFSET
0,1
LINKS
PROG
(Haskell)
a076941 n = 2 ^ (a066657 n) * 3 ^ (a066658 n)
-- Reinhard Zumkeller, Nov 19 2013
CROSSREFS
Cf. A066720, subsequence of A003586.
Sequence in context: A290582 A346071 A377444 * A357198 A006779 A003208
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 19 2002
EXTENSIONS
Edited by Max Alekseyev, Aug 11 2013
Offset changed by Reinhard Zumkeller, Nov 19 2013
STATUS
approved