cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A076941 a(n) = 2^A066657(n) * 3^A066658(n).

Original entry on oeis.org

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

Views

Author

Amarnath Murthy, Oct 19 2002

Keywords

Crossrefs

Cf. A066720, subsequence of A003586.

Programs

  • Haskell
    a076941 n = 2 ^ (a066657 n) * 3 ^ (a066658 n)
    -- Reinhard Zumkeller, Nov 19 2013

Extensions

Edited by Max Alekseyev, Aug 11 2013
Offset changed by Reinhard Zumkeller, Nov 19 2013
Showing 1-1 of 1 results.