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

A013820
a(n) = 24^(4*n + 1).
1
24, 7962624, 2641807540224, 876488338465357824, 290797794982682557415424, 96479729228174488169059713024, 32009658644406818986777955348250624, 10620036506406716776157242913621199028224, 3523473231949594865126345424909586928788045824
OFFSET
0,1
MATHEMATICA
NestList[331776#&, 24, 20] (* Harvey P. Dale, Jan 14 2017 *)
PROG
(Magma) [24^(4*n+1): n in [0..10]]; // Vincenzo Librandi, Jul 07 2011
(Maxima) makelist(24^(4*n+1), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
Sequence in context: A268505 A172734 A159191 * A294326 A255322 A319900
KEYWORD
nonn,easy
STATUS
approved