A017399 a(n) = (11*n)^11.
0, 285311670611, 584318301411328, 50542106513726817, 1196683881290399744, 13931233916552734375, 103510234140112521216, 564154396389137449973, 2450808588882738675712, 8953382542587164451099, 28531167061100000000000
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..500
- Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
Programs
-
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
Comments