The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A212700 a(n) = 5*n*6^(n-1). 11
5, 60, 540, 4320, 32400, 233280, 1632960, 11197440, 75582720, 503884800, 3325639680, 21767823360, 141490851840, 914248581120, 5877312307200, 37614798766080, 239794342133760, 1523399350026240, 9648195883499520, 60935974001049600, 383896636206612480 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Main transitions in systems of n particles with spin 5/2.
Refer to the general explanation in A212697.
This particular sequence is obtained for base b=6, corresponding to spin S=(b-1)/2=5/2.
n*(b-1)*b^(n-1): for this sequence, set b=6.
Arithmetic derivative of 6^n: a(n) = A003415(6^n). [Bruno Berselli, Oct 22 2013]
LINKS
Stanislav Sýkora, Magnetic Resonance on OEIS, Stan's NMR Blog (Dec 31, 2014), Retrieved Nov 12, 2019.
FORMULA
G.f. 5*x / (6*x-1)^2. a(n) = 5*A053469(n). - R. J. Mathar, Oct 15 2013
MATHEMATICA
Rest@ CoefficientList[Series[5 x/(6 x - 1)^2, {x, 0, 18}], x] (* or *)
Array[5 # 6^(# - 1) &, 18] (* Michael De Vlieger, Nov 18 2019 *)
PROG
(PARI): mtrans(n, b) = n*(b-1)*b^(n-1);
for (n=1, 100, write("b212700.txt", n, " ", mtrans(n, 6)))
CROSSREFS
Cf. A001787, A212697, A212698, A212699, A212701, A212702, A212703, A212704 (b = 2, 3, 4, 5, 7, 8, 9, 10).
Sequence in context: A126275 A059602 A290747 * A099672 A320361 A138134
KEYWORD
nonn,easy
AUTHOR
Stanislav Sykora, May 25 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 25 17:59 EDT 2024. Contains 372804 sequences. (Running on oeis4.)