We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517bbcd commit ed94024Copy full SHA for ed94024
src/sage/databases/oeis.py
@@ -1043,11 +1043,11 @@ def natural_object(self):
1043
1044
::
1045
1046
- sage: av = oeis('A087778'); av # optional -- internet
1047
- A087778: Decimal expansion ... Avogadro...
+ sage: av = oeis('A322578'); av # optional -- internet
+ A322578: Decimal expansion ... Avogadro...
1048
1049
sage: av.natural_object() # optional -- internet
1050
- 6.022141000000000?e23
+ 6.022140760000000?e23
1051
1052
1053
0 commit comments