login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017290 a(n) = (10*n + 1)^10. 1
1, 25937424601, 16679880978201, 819628286980801, 13422659310152401, 119042423827613001, 713342911662882601, 3255243551009881201, 12157665459056928801, 38941611811810745401, 110462212541120451001 (list; graph; refs; listen; history; text; internal format)
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
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)