Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152721
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152721 A prime based vector recursion: a(n)={Prime[n+1],Prime[n],Prime[n-1],-Prime[n-2],...,-1,-1}. +0
1
-1, 1, -1, 5, -1, -1, 7, -5, -1, -1, 11, -7, -5, -1, -1, 13, -11, -7, -5, -1, -1, 17, -13, -11, -7, -5, -1, -1, 19, -17, -13, -11, -7, -5, -1, -1, 23, -19, -17, -13, -11, -7, -5, -1, -1, 29, -23, -19, -17, -13, -11, -7, -5, -1, -1, 31, -29, -23, -19, -17, -13, -11, -7, -5 (list; graph; listen)
OFFSET

0,4

COMMENT

Row sums are:

{-1, 0, 3, 0, -3, -12, -21, -36, -51, -68, -95,...}

FORMULA

a(n)={Prime[n+1],Prime[n],Prime[n-1],-Prime[n-2],...,-1,-1}.

EXAMPLE

{-1},

{1, -1},

{5, -1, -1},

{7, -5, -1, -1},

{11, -7, -5, -1, -1},

{13, -11, -7, -5, -1, -1},

{17, -13, -11, -7, -5, -1, -1},

{19, -17, -13, -11, -7, -5, -1, -1},

{23, -19, -17, -13, -11, -7, -5, -1, -1},

{29, -23, -19, -17, -13, -11, -7, -5, -1, -1},

{31, -29, -23, -19, -17, -13, -11, -7, -5, -1, -1}

MATHEMATICA

b[0] = {-1}; b[1] = {1, -1};

b[n_] := b[n] = Join[{Prime[n + 1 ]}, {-b[n - 1][[1]]}, Table[b[n - 1][[i]], {i, 2, Length[b[n - 1]]}]];

Table[b[n], {n, 0, 10}]; Flatten[%]

CROSSREFS

A152568, A027293

Sequence in context: A050178 A111720 A029646 this_sequence A132737 A137754 A131404

Adjacent sequences: A152718 A152719 A152720 this_sequence A152722 A152723 A152724

KEYWORD

sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 11 2008

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 December 4 15:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research