Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102055
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102055 Column 1 of A102054, the matrix inverse of A060083 (Euler polynomials). +0
4
1, 2, 1, 4, -13, 142, -1931, 36296, -893273, 27927346, -1081725559, 50861556172, -2854289486309, 188475382997654, -14467150771771043, 1277417937676246672, -128570745743431055281, 14632875988040732946106, -1869882665740777942166543, 266593648798424693540514836 (list; graph; listen)
OFFSET

0,2

COMMENT

1-a(n+1) equals the n-th partial sum of the Genocchi numbers (A001469).

FORMULA

a(n) = 1 - Sum_{k=0, n-1} A001469(k) for n>0, with a(0)=1.

This sequence's twin numbers are given in A133135. - Paul Curtz (bpcrtz(AT)free.fr), Aug 07 2008

PROGRAM

(PARI) {a(n)=local(M=matrix(n+2, n+2)); M[1, 1]=1; if(n>0, M[2, 1]=1; M[2, 2]=1); for(r=3, n+2, for(c=1, r, M[r, c]=if(c==1, M[r-1, 1], if(c==r, 1, M[r, c]=M[r-1, c]-((matrix(r-1, r-1, i, j, M[i, j]))^-1)[r-1, c-1])))); return(if(n==0, 1, M[n+2, 2]))}

CROSSREFS

Cf. A001469, A060083, A102054, A102056.

Sequence in context: A088624 A066409 A006173 this_sequence A032174 A087801 A025228

Adjacent sequences: A102052 A102053 A102054 this_sequence A102056 A102057 A102058

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 28 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research