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!)
A011191 Coefficients in expansion of Pi as Sum_{n>=1} a(n)/(n*n!*(n+1)!), as found by greedy algorithm. 2
6, 3, 7, 4, 18, 1, 21, 35, 76, 82, 56, 25, 98, 149, 111, 170, 166, 195, 113, 306, 221, 367, 533, 373, 360, 675, 7, 262, 194, 669, 776, 1083, 384, 617, 725, 752, 122, 1131, 514, 992, 1238, 600, 1380, 1306, 1991, 1983, 114, 2021, 534, 1660, 192, 733, 1596, 1898 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
seq[cons_, len_] := Module[{s = {}, n = 0, c = cons, m}, While[n < len, n++; m = Floor[c*(n*n!*(n + 1)!)]; AppendTo[s, m]; c -= m/(n*n!*(n + 1)!)]; s]; seq[Pi, 50] (* Amiram Eldar, Mar 11 2022 *)
CROSSREFS
Sequence in context: A073223 A182549 A260660 * A246730 A200239 A097676
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected and more terms from Sean A. Irvine, Jun 14 2018
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)