Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A116577
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A116577 Integer inverse of four parts of Pi by a Prime modulo 12 partition. +0
1
0, 2900288388, 197346, 5322158, 128736743 (list; graph; listen)
OFFSET

0,2

COMMENT

The method divides Pi into four irrational and one rational factor using the mapping of modulo 12 primes to the Integers. The result is the numerical approximation I can get with my Mathematica.

FORMULA

a(n) = Floor of inverse of Prime modulo 12 functions based on BBP {1,5,7,11}

MATHEMATICA

q0 = 1/16^(n/2); t0 = 4/(8*n + 1); x0 = -2/(8*n + 4); y0 = -1/(8*n + 5); z0 = -1/(8*n + 6); f[n_] = q0^2*(x0 + y0 + z0 + t0) g[n_, 1] := If[Mod[Prime[n], 12] - 1 == 0, f[n], 0] g[n_, 2] := If[Mod[Prime[n], 12] - 5 == 0, f[n], 0] g[n_, 3] := If[Mod[Prime[n], 12] - 7 == 0, f[n], 0] g[n_, 4] := If[Mod[Prime[n], 12] - 11 == 0, f[n], 0] PiN[m_] := Sum[g[n, m], {n, 1, 10000}] Pi5 = Sum[f[n], {n, 0, 2}] aout = Flatten[{1/N[Pi5, 100], Table[1/N[PiN[n], 100], {n, 1, 4}]}] Floor[aout ]

CROSSREFS

Sequence in context: A022230 A034648 A072017 this_sequence A067615 A015397 A092380

Adjacent sequences: A116574 A116575 A116576 this_sequence A116578 A116579 A116580

KEYWORD

nonn,uned,probation,obsc

AUTHOR

Roger L Bagula (rlbagulatftn(AT)yahoo.com), Mar 21 2006

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research