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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054602 Sum_{d|3} phi(d)*n^(3/d). 10
0, 3, 12, 33, 72, 135, 228, 357, 528, 747, 1020, 1353, 1752, 2223, 2772, 3405, 4128, 4947, 5868, 6897, 8040, 9303, 10692, 12213, 13872, 15675, 17628, 19737, 22008, 24447, 27060, 29853, 32832, 36003, 39372, 42945, 46728, 50727, 54948 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

A054602=Product plus sum of 3 consecutive numbers. [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 24 2009]

Contribution from Gary W. Adamson (qntmpkt(AT)yahoo.com), Jul 15 2010: (Start)

Continued fraction [n,n,n] = (n^2+1)/(n^3+2n) = (n^2+1)/a(n); e.g.

[7,7,7] = 50/357 (End)

FORMULA

a(n) =n^3+2n =A073133(n, 3). - Henry Bottomley (se16(AT)btinternet.com), Jul 16 2002

MAPLE

with(combinat, fibonacci):seq(fibonacci(4, i), i=0..38); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 01 2006

MATHEMATICA

lst={}; Do[p=(n+2)*(n+1)*n+(n+2)+(n+1)+n; AppendTo[lst, p], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 24 2009]

PROG

(Other) sage: [lucas_number1(4, n, -1) for n in xrange(0, 39)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 16 2009]

CROSSREFS

Sequence in context: A098500 A037236 A174963 * A083725 A192972 A159228

Adjacent sequences:  A054599 A054600 A054601 * A054603 A054604 A054605

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Apr 16 2000

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 13:08 EST 2012. Contains 205623 sequences.