Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 4.93 KB

programs.markdown

File metadata and controls

82 lines (63 loc) · 4.93 KB
layout title permalink
page
Programs
/programs/

Here are programs for some popular sequences. Links to the complete program lists can be found at the bottom of this page. There are currently more than 100,000 programs for integer sequences available.

Deprecated. Please use the interactive programs browser

Divisibility and Primes

Decimal Expansions

Combinatorics

Recurrence Relations

Characteristic Functions

Digit Manipulations

Miscellaneous

  • A003188 (program): Decimal equivalent of Gray code for n
  • A003415 (program): Arithmetic derivative of n: a(prime) = 1, a(m*n) = m*a(n) + n*a(m), a(0) = a(1) = 0
  • A007318 (program): Pascal's triangle read by rows
  • A006577 (program): Number of halving and tripling steps to reach 1 in '3x+1' problem
  • A007435 (program): Inverse Möbius transform of Fibonacci numbers

Complete Lists

License Info