Hailstone of 27+576460752303423488

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Getting Started

After following the "Get Started + Install" guide;

library(collatz)
# Optionally
library(gmp)

hailstone_sequence

The hailstone sequence can run on bigz;

hailstone_sequence(27+as.bigz("576460752303423488"))


Try the collatz package in your browser

Any scripts or data that you put into this service are public.

collatz documentation built on Sept. 5, 2022, 9:06 a.m.