[go: up one dir, main page]

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!)
Revision History for A160140 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A160140 Numerator of Hermite(n, 13/27).
(history; published version)
#11 by Charles R Greathouse IV at Thu Sep 08 08:45:44 EDT 2022
PROG

(MAGMAMagma) [Numerator((&+[(-1)^k*Factorial(n)*(26/27)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // G. C. Greubel, Sep 24 2018

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#10 by Bruno Berselli at Tue Sep 25 03:58:13 EDT 2018
STATUS

reviewed

approved

#9 by Michel Marcus at Tue Sep 25 01:50:40 EDT 2018
STATUS

proposed

reviewed

#8 by G. C. Greubel at Mon Sep 24 23:37:56 EDT 2018
STATUS

editing

proposed

#7 by G. C. Greubel at Mon Sep 24 23:37:50 EDT 2018
LINKS

G. C. Greubel, <a href="/A160140/b160140.txt">Table of n, a(n) for n = 0..376</a>

FORMULA

From G. C. Greubel, Sep 24 2018: (Start)

a(n) = 27^n * Hermite(n, 13/27).

E.g.f.: exp(26*x - 729*x^2).

a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(26/27)^(n-2*k)/(k!*(n-2*k)!)). (End)

MATHEMATICA

Table[27^n*HermiteH[n, 13/27], {n, 0, 30}] (* G. C. Greubel, Sep 24 2018 *)

PROG

(PARI) x='x+O('x^30); Vec(serlaplace(exp(26*x - 729*x^2))) \\ G. C. Greubel, Sep 24 2018

(MAGMA) [Numerator((&+[(-1)^k*Factorial(n)*(26/27)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // G. C. Greubel, Sep 24 2018

STATUS

approved

editing

#6 by Charles R Greathouse IV at Fri Jan 29 15:31:01 EST 2016
STATUS

editing

approved

#5 by Charles R Greathouse IV at Fri Jan 29 15:30:41 EST 2016
PROG

(PARI) a(n)=numerator(polhermite(n, 13/27)) \\ Charles R Greathouse IV, Jan 29 2016

STATUS

approved

editing

#4 by R. J. Mathar at Mon Feb 24 15:55:58 EST 2014
STATUS

editing

approved

#3 by R. J. Mathar at Mon Feb 24 15:55:52 EST 2014
EXAMPLE

Numerators of 1, 26/27, -782/729, -96148/19683, 920620/531441

CROSSREFS

The denominators are an easily recognizable sequence.

Cf. A009971 (denominators).

STATUS

approved

editing

#2 by Russ Cox at Fri Mar 30 16:51:20 EDT 2012
AUTHOR

_N. J. A. Sloane (njas(AT)research.att.com), _, Nov 12 2009

Discussion
Fri Mar 30 16:51
OEIS Server: https://oeis.org/edit/global/110

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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)