|
| |
|
|
A030658
|
|
1 iff n-th digit of Pi is >= (n+1)st digit.
|
|
0
| |
|
|
1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| If[First[#]>=Last[#], 1, 0]&/@Partition[RealDigits[Pi, 10, 130][[1]], 2, 1] (* From Harvey P. Dale, Jul 25 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A105385 A090626 A129569 * A112539 A104104 A078588
Adjacent sequences: A030655 A030656 A030657 * A030659 A030660 A030661
|
|
|
KEYWORD
| nonn,base,easy,nice
|
|
|
AUTHOR
| abdelkader.maghraoui (maghraoui.faure.recherche.entpe(AT)obelix.entpe.fr)
|
|
|
EXTENSIONS
| More terms from David Radcliffe (dradcliffe(AT)gmail.com).
|
| |
|
|