login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134008 1^n + 3^n + 5^n + 7^n + 9^n + 11^n. 1
6, 36, 286, 2556, 24310, 240276, 2437006, 25173996, 263567590, 2787694596, 29716508926, 318719062236, 3434943872470, 37162689280116, 403310957409646, 4387917394947276, 47836135613930950, 522357603781540836 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..300

FORMULA

a(n) = 35*a(n-1) - 470*a(n-2) + 3010*a(n-3) - 9129*a(n-4) + 10395*a(n-5) - 3840.

G.f.: -2*(6*x-1)*(1627*x^4-1752*x^3+578*x^2-72*x+3)/(-1+x)/(9*x-1)/(7*x-1)/(3*x-1)/(5*x-1)/(11*x-1). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 14 2007

EXAMPLE

a(3)=286 because 1^2+3^2+5^2+7^2+9^2+11^2=286

MATHEMATICA

Table[1^n+3^n+5^n+7^n+9^n+11^n, {n, 0, 30}]

PROG

(MAGMA) [1^n + 3^n + 5^n + 7^n + 9^n + 11^n: n in [0..20]]; // Vincenzo Librandi, Jun 20 2011

CROSSREFS

Cf. A034472, A074507, A134006, A134007.

Sequence in context: A090015 A144892 A204210 * A125795 A138418 A064239

Adjacent sequences:  A134005 A134006 A134007 * A134009 A134010 A134011

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 01 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 08:13 EST 2012. Contains 205893 sequences.