Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130753
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130753 A folded-back triangular sequence based on symmetry of CnH2*n+2 straight chain alkanes and the number of hydrogen atoms of a given symmetry type: Besides methane at 4 there are only three symmetry types: two CH3's->6: a single CH2->2, two CH2's->4. +0
1
4, 6, 6, 2, 6, 4, 6, 4, 2, 6, 4, 4, 6, 4, 4, 2, 6, 4, 4, 4, 6, 4, 4, 4, 2, 6, 4, 4, 4, 4, 6, 4, 4, 4, 4, 2, 6, 4, 4, 4, 4, 4, 6, 4, 4, 4, 4, 4, 2, 6, 4, 4, 4, 4, 4, 4, 6, 4, 4, 4, 4, 4, 4, 2, 6, 4, 4, 4, 4, 4, 4, 4, 6, 4, 4, 4, 4, 4, 4, 4, 2, 6, 4, 4, 4, 4, 4, 4, 4, 4, 6, 4, 4, 4, 4, 4, 4, 4, 4, 2, 6, 4, 4, 4, 4 (list; graph; listen)
OFFSET

1,1

REFERENCES

http://en.wikipedia.org/wiki/Alkane

FORMULA

a(n,m) = If[n == m == 1, 4, If[n == 1 && m >1, 6, If[Mod[m, 2] == 1 && n == Floor[m/2] + 1, 2, 4]]]

EXAMPLE

{4},->Ch4

{6}, ->CH3CH3

{6, 2}, ->CH3CH2CH3

{6, 4}, ->CH3CH2CH2CH3

{6, 4, 2}, ->CH3CH2CH2CH2CH3

{6, 4, 4}, ->CH3CH2CH2CH2CH2CH3

{6, 4, 4, 2}, ->CH3CH2CH2CH2CH2CH2CH3

{6, 4, 4, 4}, ->CH3CH2CH2CH2CH2CH2CH2CH3

MATHEMATICA

f[n_, m_] = If[n == m ==1, 4, If[n == 1 && m > 1, 6, If[Mod[m, 2] == 1 && n == Floor[m/2] + 1, 2, 4]]]; Table[Table[f[n, m], {n, 1, If[m == 1, 1, If[Mod[m, 2] == 0, Floor[m/2], Floor[m/2] + 1]]}], {m, 1, 20}]; Flatten[%]

CROSSREFS

Sequence in context: A009465 A119858 A123060 this_sequence A021686 A019923 A019800

Adjacent sequences: A130750 A130751 A130752 this_sequence A130754 A130755 A130756

KEYWORD

nonn,tabf

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jul 13 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research