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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144756 Partial products of successive terms of A017101; a(0)=1 . 2
1, 3, 33, 627, 16929, 592515, 25478145, 1299385395, 76663738305, 5136470466435, 385235284982625, 3197452865355785, 2909682107473766625, 288058528639902895875, 30822262564469609858625 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=Sum_{k=0..n}A132393(n,k)*3^k*8^(n-k).

EXAMPLE

a(0)=1, a(1)=3, a(2)=3*11=33, a(3)=3*11*19=627, a(4)=3*11*19*27=16929, ...

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 2, 5!, 8}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008]

CROSSREFS

Cf. A001710, A001147, A032031, A008545, A047056, A011781, A144739,

Sequence in context: A083080 A002916 A009659 * A003715 A009690 A174488

Adjacent sequences:  A144753 A144754 A144755 * A144757 A144758 A144759

KEYWORD

nonn

AUTHOR

Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Sep 20 2008

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 17 13:28 EST 2012. Contains 206031 sequences.