chunky v0.11.4 Chunky.Sequence.OEIS.Constants View Source

Sequences from the Online Encyclopedia of Integer Sequences dealing with numeric constants, digit expansions of constants, constant value sequences, or constant cycle sequences.

Available Sequences

Link to this section Summary

Functions

OEIS Sequence A007395 - Constant sequence: the all 2's sequence.

OEIS Sequence A010692 - Constant sequence: a(n) = 10.

OEIS Sequence A010701 - Constant sequence: the all 3's sequence.

OEIS Sequence A010709 - Constant sequence: the all 4's sequence.

OEIS Sequence A010716 - Constant sequence: the all 5's sequence.

OEIS Sequence A010722 - Constant sequence: the all 6's sequence.

OEIS Sequence A010727 - Constant sequence: the all 7's sequence.

OEIS Sequence A010731 - Constant sequence: the all 8's sequence.

OEIS Sequence A010734 - Constant sequence: the all 9's sequence.

OEIS Sequence A010850 - Constant sequence: a(n) = 11.

OEIS Sequence A010851 - Constant sequence: a(n) = 12.

OEIS Sequence A010852 - Constant sequence: a(n) = 13.

OEIS Sequence A010853 - Constant sequence: a(n) = 14.

OEIS Sequence A010854 - Constant sequence: a(n) = 15.

OEIS Sequence A010855 - Constant sequence: a(n) = 16.

OEIS Sequence A010856 - Constant sequence: a(n) = 17.

OEIS Sequence A010857 - Constant sequence: a(n) = 18.

OEIS Sequence A010858 - Constant sequence: a(n) = 19.

OEIS Sequence A010859 - Constant sequence: a(n) = 20.

OEIS Sequence A010860 - Constant sequence: a(n) = 21.

OEIS Sequence A010861 - Constant sequence: a(n) = 22.

OEIS Sequence A010862 - Constant sequence: a(n) = 23.

OEIS Sequence A010863 - Constant sequence: a(n) = 24.

OEIS Sequence A010864 - Constant sequence: a(n) = 25.

OEIS Sequence A010865 - Constant sequence: a(n) = 26.

OEIS Sequence A010866 - Constant sequence: a(n) = 27.

OEIS Sequence A010867 - Constant sequence: a(n) = 28.

OEIS Sequence A010868 - Constant sequence: a(n) = 29.

OEIS Sequence A010869 - Constant sequence: a(n) = 30.

OEIS Sequence A010870 - Constant sequence: a(n) = 31.

OEIS Sequence A010871 - Constant sequence: a(n) = 32.

Link to this section Functions

Link to this function

create_sequence_a007395(opts)

View Source

OEIS Sequence A007395 - Constant sequence: the all 2's sequence.

From OEIS A007395:

Constant sequence: the all 2's sequence. (Formerly M0208)

Sequence IDs: :a007395

Finite: False

Offset: 1

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a007395) |> Sequence.take!(102)
[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2]
Link to this function

create_sequence_a010692(opts)

View Source

OEIS Sequence A010692 - Constant sequence: a(n) = 10.

From OEIS A010692:

Constant sequence: a(n) = 10. (Formerly )

Sequence IDs: :a010692

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010692) |> Sequence.take!(66)
[10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10]
Link to this function

create_sequence_a010701(opts)

View Source

OEIS Sequence A010701 - Constant sequence: the all 3's sequence.

From OEIS A010701:

Constant sequence: the all 3's sequence. (Formerly )

Sequence IDs: :a010701

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010701) |> Sequence.take!(81)
[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3]
Link to this function

create_sequence_a010709(opts)

View Source

OEIS Sequence A010709 - Constant sequence: the all 4's sequence.

From OEIS A010709:

Constant sequence: the all 4's sequence. (Formerly )

Sequence IDs: :a010709

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010709) |> Sequence.take!(105)
[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4]
Link to this function

create_sequence_a010716(opts)

View Source

OEIS Sequence A010716 - Constant sequence: the all 5's sequence.

From OEIS A010716:

Constant sequence: the all 5's sequence. (Formerly )

Sequence IDs: :a010716

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010716) |> Sequence.take!(81)
[5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5]
Link to this function

create_sequence_a010722(opts)

View Source

OEIS Sequence A010722 - Constant sequence: the all 6's sequence.

From OEIS A010722:

Constant sequence: the all 6's sequence. (Formerly )

Sequence IDs: :a010722

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010722) |> Sequence.take!(81)
[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6]
Link to this function

create_sequence_a010727(opts)

View Source

OEIS Sequence A010727 - Constant sequence: the all 7's sequence.

From OEIS A010727:

Constant sequence: the all 7's sequence. (Formerly )

Sequence IDs: :a010727

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010727) |> Sequence.take!(81)
[7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7]
Link to this function

create_sequence_a010731(opts)

View Source

OEIS Sequence A010731 - Constant sequence: the all 8's sequence.

From OEIS A010731:

Constant sequence: the all 8's sequence. (Formerly )

Sequence IDs: :a010731

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010731) |> Sequence.take!(81)
[8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8]
Link to this function

create_sequence_a010734(opts)

View Source

OEIS Sequence A010734 - Constant sequence: the all 9's sequence.

From OEIS A010734:

Constant sequence: the all 9's sequence. (Formerly )

Sequence IDs: :a010734

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010734) |> Sequence.take!(81)
[9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9]
Link to this function

create_sequence_a010850(opts)

View Source

OEIS Sequence A010850 - Constant sequence: a(n) = 11.

From OEIS A010850:

Constant sequence: a(n) = 11. (Formerly )

Sequence IDs: :a010850

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010850) |> Sequence.take!(65)
[11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11]
Link to this function

create_sequence_a010851(opts)

View Source

OEIS Sequence A010851 - Constant sequence: a(n) = 12.

From OEIS A010851:

Constant sequence: a(n) = 12. (Formerly )

Sequence IDs: :a010851

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010851) |> Sequence.take!(65)
[12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12]
Link to this function

create_sequence_a010852(opts)

View Source

OEIS Sequence A010852 - Constant sequence: a(n) = 13.

From OEIS A010852:

Constant sequence: a(n) = 13. (Formerly )

Sequence IDs: :a010852

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010852) |> Sequence.take!(54)
[13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13]
Link to this function

create_sequence_a010853(opts)

View Source

OEIS Sequence A010853 - Constant sequence: a(n) = 14.

From OEIS A010853:

Constant sequence: a(n) = 14. (Formerly )

Sequence IDs: :a010853

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010853) |> Sequence.take!(54)
[14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14]
Link to this function

create_sequence_a010854(opts)

View Source

OEIS Sequence A010854 - Constant sequence: a(n) = 15.

From OEIS A010854:

Constant sequence: a(n) = 15. (Formerly )

Sequence IDs: :a010854

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010854) |> Sequence.take!(54)
[15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15]
Link to this function

create_sequence_a010855(opts)

View Source

OEIS Sequence A010855 - Constant sequence: a(n) = 16.

From OEIS A010855:

Constant sequence: a(n) = 16. (Formerly )

Sequence IDs: :a010855

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010855) |> Sequence.take!(54)
[16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16]
Link to this function

create_sequence_a010856(opts)

View Source

OEIS Sequence A010856 - Constant sequence: a(n) = 17.

From OEIS A010856:

Constant sequence: a(n) = 17. (Formerly )

Sequence IDs: :a010856

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010856) |> Sequence.take!(54)
[17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17]
Link to this function

create_sequence_a010857(opts)

View Source

OEIS Sequence A010857 - Constant sequence: a(n) = 18.

From OEIS A010857:

Constant sequence: a(n) = 18. (Formerly )

Sequence IDs: :a010857

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010857) |> Sequence.take!(54)
[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]
Link to this function

create_sequence_a010858(opts)

View Source

OEIS Sequence A010858 - Constant sequence: a(n) = 19.

From OEIS A010858:

Constant sequence: a(n) = 19. (Formerly )

Sequence IDs: :a010858

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010858) |> Sequence.take!(54)
[19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19]
Link to this function

create_sequence_a010859(opts)

View Source

OEIS Sequence A010859 - Constant sequence: a(n) = 20.

From OEIS A010859:

Constant sequence: a(n) = 20. (Formerly )

Sequence IDs: :a010859

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010859) |> Sequence.take!(54)
[20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20]
Link to this function

create_sequence_a010860(opts)

View Source

OEIS Sequence A010860 - Constant sequence: a(n) = 21.

From OEIS A010860:

Constant sequence: a(n) = 21. (Formerly )

Sequence IDs: :a010860

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010860) |> Sequence.take!(54)
[21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21]
Link to this function

create_sequence_a010861(opts)

View Source

OEIS Sequence A010861 - Constant sequence: a(n) = 22.

From OEIS A010861:

Constant sequence: a(n) = 22. (Formerly )

Sequence IDs: :a010861

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010861) |> Sequence.take!(54)
[22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22]
Link to this function

create_sequence_a010862(opts)

View Source

OEIS Sequence A010862 - Constant sequence: a(n) = 23.

From OEIS A010862:

Constant sequence: a(n) = 23. (Formerly )

Sequence IDs: :a010862

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010862) |> Sequence.take!(54)
[23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23]
Link to this function

create_sequence_a010863(opts)

View Source

OEIS Sequence A010863 - Constant sequence: a(n) = 24.

From OEIS A010863:

Constant sequence: a(n) = 24. (Formerly )

Sequence IDs: :a010863

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010863) |> Sequence.take!(54)
[24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24]
Link to this function

create_sequence_a010864(opts)

View Source

OEIS Sequence A010864 - Constant sequence: a(n) = 25.

From OEIS A010864:

Constant sequence: a(n) = 25. (Formerly )

Sequence IDs: :a010864

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010864) |> Sequence.take!(54)
[25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25]
Link to this function

create_sequence_a010865(opts)

View Source

OEIS Sequence A010865 - Constant sequence: a(n) = 26.

From OEIS A010865:

Constant sequence: a(n) = 26. (Formerly )

Sequence IDs: :a010865

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010865) |> Sequence.take!(54)
[26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26]
Link to this function

create_sequence_a010866(opts)

View Source

OEIS Sequence A010866 - Constant sequence: a(n) = 27.

From OEIS A010866:

Constant sequence: a(n) = 27. (Formerly )

Sequence IDs: :a010866

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010866) |> Sequence.take!(54)
[27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27]
Link to this function

create_sequence_a010867(opts)

View Source

OEIS Sequence A010867 - Constant sequence: a(n) = 28.

From OEIS A010867:

Constant sequence: a(n) = 28. (Formerly )

Sequence IDs: :a010867

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010867) |> Sequence.take!(54)
[28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28]
Link to this function

create_sequence_a010868(opts)

View Source

OEIS Sequence A010868 - Constant sequence: a(n) = 29.

From OEIS A010868:

Constant sequence: a(n) = 29. (Formerly )

Sequence IDs: :a010868

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010868) |> Sequence.take!(54)
[29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29]
Link to this function

create_sequence_a010869(opts)

View Source

OEIS Sequence A010869 - Constant sequence: a(n) = 30.

From OEIS A010869:

Constant sequence: a(n) = 30. (Formerly )

Sequence IDs: :a010869

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010869) |> Sequence.take!(54)
[30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]
Link to this function

create_sequence_a010870(opts)

View Source

OEIS Sequence A010870 - Constant sequence: a(n) = 31.

From OEIS A010870:

Constant sequence: a(n) = 31. (Formerly )

Sequence IDs: :a010870

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010870) |> Sequence.take!(54)
[31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31]
Link to this function

create_sequence_a010871(opts)

View Source

OEIS Sequence A010871 - Constant sequence: a(n) = 32.

From OEIS A010871:

Constant sequence: a(n) = 32. (Formerly )

Sequence IDs: :a010871

Finite: False

Offset: 0

Example

iex> Sequence.create(Elixir.Chunky.Sequence.OEIS.Constants, :a010871) |> Sequence.take!(54)
[32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32]