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!)
A279172 The autosequence of the first kind between A226158(n) and A278331(n). 0
0, 1, 1, -1, -3, 3, 17, -17, -155, 155, 2073, -2073, -38227, 38227, 929569, -929569, -28820619, 28820619, 1109652905, -1109652905, -51943281731, 51943281731, 2905151042481, -2905151042481, -191329672483963, 191329672483963, 14655626154768697, -14655626154768697 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Peter Luschny introduced the extended Genocchi numbers A226158(n), an autosequence of the first kind. They are linked to the second Bernoulli numbers B+(n) = A164555(n)/A027642(n). Here + is an exponent.
This yields the possible Genocchi twin numbers: -1, -1 followed by a(n).
LINKS
Eric Weisstein's MathWorld, Genocchi Number
OEIS Wiki, Autosequence
Wikipedia, Genocchi number
FORMULA
a(n) = A226158(n+2) - A226158(n+1).
a(n) = 2*(2^(n+1) -1)*B+(n+1) -2*(2^(n+2) -1)*B+(n+2).
MATHEMATICA
a[n_] := (n+2)*EulerE[n+1, 0] - (n+1)*EulerE[n, 0]; a[0] = 0; Table[a[n], {n, 0, 30}] (* or: *)
Join[{0}, Array[#*EulerE[#-1, 0]&, 32] // Differences // Rest]
CROSSREFS
Sequence in context: A231908 A226610 A332840 * A268339 A224750 A014783
KEYWORD
sign
AUTHOR
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 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)