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!)
A228365 Inverse binomial transform of the Galois numbers G_(n)^{(3)} (A006117). 1
1, 1, 3, 15, 129, 1833, 43347, 1705623, 112931553, 12639552945, 2413134909507, 788041911546303, 442817851480763169, 428369525248261655193, 716160018275094098267859, 2067365673240491189928496263, 10333740296321620864171488891201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Analog of the inverse binomial transform of G_(n)^{(q)} with q=2, A135922.
LINKS
FORMULA
a(n) ~ c * 3^(n^2/4), where c = EllipticTheta[3,0,1/3]/QPochhammer[1/3,1/3] = 3.019783845699... if n is even and c = EllipticTheta[2,0,1/3]/QPochhammer[1/3,1/3] = 3.01826904637117... if n is odd. - Vaclav Kotesovec, Aug 23 2013
MAPLE
b:= proc(n) option remember; add(mul(
(3^(i+k)-1)/(3^i-1), i=1..n-k), k=0..n)
end:
a:= proc(n) option remember;
add(b(n-j)*binomial(n, j)*(-1)^j, j=0..n)
end:
seq(a(n), n=0..19); # Alois P. Heinz, Sep 24 2019
MATHEMATICA
Table[SeriesCoefficient[Sum[x^n/Product[(1-(3^k-1)*x), {k, 0, n}], {n, 0, nn}], {x, 0, nn}] , {nn, 0, 20}] (* Vaclav Kotesovec, Aug 23 2013 *)
CROSSREFS
Sequence in context: A335390 A075475 A074241 * A117694 A264795 A222390
KEYWORD
nonn
AUTHOR
R. J. Mathar, Aug 21 2013
STATUS
approved

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 26 16:30 EDT 2024. Contains 372003 sequences. (Running on oeis4.)