login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130597 Inverse binomial transform of decimal expansion of Pi. 0
3, -2, 5, -11, 24, -44, 60, -39, -90, 456, -1265, 2810, -5464, 9650, -15778, 24102, -34309, 44251, -46267, 17462, 103896, -471971, 1449364, -3850820, 9448033, -22013005, 49484952, -108500910, 233911495, -498770996, 1056140390, -2225762829 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

PROG

(PARI) v=vecextract(eval(Vec(Str(Pi))), "2.."); v[1]=3; for(i=1, #v-1, for(j=0, i-1, v[i+1]-=binomial(i, j)*v[j+1])); v \\ Charles R Greathouse IV, May 09, 2011

CROSSREFS

Sequence in context: A107298 A195104 A093924 * A075146 A062941 A057674

Adjacent sequences:  A130594 A130595 A130596 * A130598 A130599 A130600

KEYWORD

sign,base

AUTHOR

Paul Curtz (bpcrtz(AT)fre.fr), Jun 17 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 17:11 EST 2012. Contains 205938 sequences.