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!)
A158360 a(n) = A145511(n) - A145501(n). 3
0, -2, 0, 0, 0, -6, 0, 6, 0, -6, 0, 0, 0, -6, 0, 12, 0, -12, 0, 0, 0, -6, 0, 18, 0, -6, 0, 0, 0, -18, 0, 18, 0, -6, 0, 0, 0, -6, 0, 18, 0, -18, 0, 0, 0, -6, 0, 36, 0, -12, 0, 0, 0, -20, 0, 18, 0, -6, 0, 0, 0, -6, 0, 24, 0, -18, 0, 0, 0, -18, 0, 36, 0, -6, 0, 0, 0, -18, 0, 36, 0, -6, 0, 0, 0, -6, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI)
up_to = 65537;
t1 = direuler(p=2, up_to, 1/(1-X)^3);
t2 = direuler(p=2, 2, 1+1*X^2+4*X^4, up_to);
t3 = direuler(p=2, 2, 1-2*X^1+7*X^2, up_to);
v145501 = dirmul(t1, t2);
v145511 = dirmul(t1, t3);
A158360(n) = (v145511[n] - v145501[n]); \\ (after code in A145501 and A145511) - Antti Karttunen, Sep 27 2018
CROSSREFS
Sequence in context: A262679 A326390 A053203 * A309746 A094315 A212148
KEYWORD
sign
AUTHOR
Paul Curtz, Mar 17 2009
EXTENSIONS
Edited and extended by R. J. Mathar, Apr 08 2009
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 18 03:29 EDT 2024. Contains 371767 sequences. (Running on oeis4.)