Skip to main content
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

##05AB1E, 10 bytes, George Gibson10 bytes, George Gibson, A003215

Code:

Ds3*s1+*1+ 

Explanation:

Computes 3n(n+1)+1 which is the oeis sequence A003215.

##05AB1E, 10 bytes, George Gibson, A003215

Code:

Ds3*s1+*1+ 

Explanation:

Computes 3n(n+1)+1 which is the oeis sequence A003215.

##05AB1E, 10 bytes, George Gibson, A003215

Code:

Ds3*s1+*1+ 

Explanation:

Computes 3n(n+1)+1 which is the oeis sequence A003215.

Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

##05AB1E, 10 bytes, George Gibson, A003215

Code:

Ds3*s1+*1+ 

Explanation:

Computes 3n(n+1)+1 which is the oeis sequence A003215.