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!)
A167471 Janet periodic table of the elements and structured hexagonal diamond numbers. a(n) = A166911(2n) + A166911(2n+1). 2
16, 128, 464, 1152, 2320, 4096, 6608, 9984, 14352, 19840, 26576, 34688, 44304, 55552, 68560, 83456, 100368, 119424, 140752, 164480, 190736, 219648, 251344, 285952, 323600, 364416, 408528, 456064, 507152, 561920, 620496, 683008, 749584 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
(A166911=3,13,39,89,171,293,). 5 formulas for a(n):fifth is a(n)=4a(n-1)-6a(n-2)+4a(n-3)-a(n-4), a(0)=16,a(1)=128,a(2)=464,a(3)=1152. See A166464 and its companion A166911 (offset 0). Note, for a(n) mod 10, period 5:repeat 6,8,4,2,0. Mathematically, a(n) (then A100178=1,8,29,72,145,) can be preceded by 0.
LINKS
FORMULA
a(n) = 16*n*(2-3*n+4*n^2)/3 = 16*(2*n-3*n^2+4*n^3)/3 = 16*A100178(n).
MATHEMATICA
Table[16*n*(2 - 3*n + 4*n^2)/3, {n, 1, 50}] (* G. C. Greubel, Jun 13 2016 *)
PROG
(Magma) [16*n*(2-3*n+4*n^2)/3: n in [1..40]]; // Vincenzo Librandi, Aug 03 2011
CROSSREFS
Sequence in context: A367070 A291460 A004017 * A153115 A138331 A290031
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Nov 04 2009
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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)