login
A017399
a(n) = (11*n)^11.
2
0, 285311670611, 584318301411328, 50542106513726817, 1196683881290399744, 13931233916552734375, 103510234140112521216, 564154396389137449973, 2450808588882738675712, 8953382542587164451099, 28531167061100000000000
OFFSET
0,2
COMMENTS
a(n) = A155955(n,11) for n > 10. - Reinhard Zumkeller, Jan 31 2009
LINKS
Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
PROG
(Magma) [(11*n)^11: n in [0..10]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(11*n)^11 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
Sequence in context: A017640 A057073 A017291 * A017663 A345864 A354070
KEYWORD
nonn,easy
STATUS
approved