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!)
A007338 Multiplicative encoding of the Eulerian number triangle.
(Formerly M1726)
1

%I M1726 #15 Jul 26 2017 21:16:12

%S 2,2,6,810,121096582031250,

%T 7114504036033012131698570347034029677643282574273086993343895301222801208496093750

%N Multiplicative encoding of the Eulerian number triangle.

%D R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics. Addison-Wesley, Reading, MA, 1990, p. 254.

%D J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 125.

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H Alois P. Heinz, <a href="/A007338/b007338.txt">Table of n, a(n) for n = 0..6</a>

%H N. J. A. Sloane, An on-line version of the Encyclopedia of Integer Sequences, <a href="http://www.combinatorics.org/Volume_1/volume1.html#F1">Electronic J. Combinatorics</a>, Vol. 1, no. 1, 1994.

%p a:= n-> mul(ithprime(k+1)^combinat[eulerian1](n, k), k=0..n):

%p seq(a(n), n=0..5); # _Alois P. Heinz_, Jul 26 2017

%Y Cf. A173018.

%K nonn

%O 0,1

%A _N. J. A. Sloane_.

%E Last term corrected Mar 15 1997 by _Olivier GĂ©rard_.

%E a(0)=2 prepended by _Alois P. Heinz_, Jul 26 2017

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 07:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)