[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 A107099 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A107099 G.f. satisfies A(A(x)) = x + 4*x^3, where A(x) = Sum_{n>=0} a(n)*x^(2*n+1).
(history; published version)
#11 by OEIS Server at Sat May 04 09:26:28 EDT 2024
LINKS

Seiichi Manyama, <a href="/A107099/b107099_1.txt">Table of n, a(n) for n = 0..433</a>

#10 by Michael De Vlieger at Sat May 04 09:26:28 EDT 2024
STATUS

reviewed

approved

Discussion
Sat May 04 09:26
OEIS Server: Installed first b-file as b107099.txt.
#9 by Joerg Arndt at Sat May 04 02:46:25 EDT 2024
STATUS

proposed

reviewed

#8 by Seiichi Manyama at Sat May 04 01:45:36 EDT 2024
STATUS

editing

proposed

#7 by Seiichi Manyama at Sat May 04 01:37:05 EDT 2024
LINKS

Seiichi Manyama, <a href="/A107099/b107099_1.txt">Table of n, a(n) for n = 0..433</a>

#6 by Seiichi Manyama at Sat May 04 01:29:10 EDT 2024
NAME

G.f. satisfies: A(A(x)) = x + 4*x^3, where A(x) = Sum_{n>=0} a(n)*x^(2*n+1).

#5 by Seiichi Manyama at Sat May 04 01:26:08 EDT 2024
PROG

(PARI) {a) b(n)=) = local(A, B, F); F=x+4*x^3+x*O(x^n); A=F; if(n==0, 0, for(i=0, n, B=serreverse(A); A=(A+subst(B, x, F))/2); polcoeff(A, n, x))}));

a(n) = b(2*n+1);

Discussion
Sat May 04 01:27
Seiichi Manyama: {b(n)} = {0,1,0,2,0,-6, ... } and {a(n)} = {1,2,-6, ...}. So a(0)=1.
#4 by Seiichi Manyama at Sat May 04 01:16:38 EDT 2024
DATA

0, 1, 2, -6, 36, -266, 2028, -13596, 50088, 566694, -16598580, 232284876, -1912070088, 631155132, 239439857272, -2781218767224, -17362458802992, 795693633448710, -458070639409908, -335724554310292548, 4520379769156382616, 109439050270732883028, -3828757746830590219608

OFFSET

0,32

STATUS

approved

editing

#3 by Russ Cox at Fri Mar 30 18:36:46 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, May 13 2005

Discussion
Fri Mar 30 18:36
OEIS Server: https://oeis.org/edit/global/213
#2 by N. J. A. Sloane at Sat Nov 10 03:00:00 EST 2007
KEYWORD

sign,new

sign

AUTHOR

Paul D . Hanna (pauldhanna(AT)juno.com), May 13 2005

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 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)