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

A017290
a(n) = (10*n + 1)^10.
1
1, 25937424601, 16679880978201, 819628286980801, 13422659310152401, 119042423827613001, 713342911662882601, 3255243551009881201, 12157665459056928801, 38941611811810745401, 110462212541120451001
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
FORMULA
a(n) = A011557(A017281(n)). - Wesley Ivan Hurt, Jan 29 2014
MAPLE
A017290:=n->(10*n+1)^10; seq(A017290(n), n=0..10); # Wesley Ivan Hurt, Jan 29 2014
MATHEMATICA
(10Range[0, 10]+1)^10 (* Harvey P. Dale, Feb 18 2011 *)
PROG
(Magma) [(10*n+1)^10: n in [0..10]]; // Vincenzo Librandi, Jul 30 2011
CROSSREFS
Sequence in context: A293624 A238356 A234064 * A017398 A017662 A120322
KEYWORD
nonn,easy
STATUS
approved