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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034488 Sum of n-th powers of divisors of 6. 3
4, 12, 50, 252, 1394, 8052, 47450, 282252, 1686434, 10097892, 60526250, 362976252, 2177317874, 13062296532, 78368963450, 470199366252, 2821153019714, 16926788715972, 101560344351050, 609360902796252 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

T. D. Noe, Table of n, a(n) for n=0..200

FORMULA

1^n+2^n+3^n+6^n.

MATHEMATICA

a[n_] := (2^n + 1)*(3^n + 1); Table[a[n], {n, 0, 19}] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 25 2007

PROG

(Other) sage: [sigma(6, n)for n in xrange(0, 20)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 04 2009]

(PARI) a(n)=6^n+3^n+2^n+1 \\ Charles R Greathouse IV, Apr 28, 2011

CROSSREFS

Sequence in context: A149395 A149396 A149397 * A149398 A149399 A149400

Adjacent sequences:  A034485 A034486 A034487 * A034489 A034490 A034491

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 14 18:47 EST 2012. Contains 205663 sequences.