[go: up one dir, main page]

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!)
A130710 A designed sequence of primes that seems to be chaotic based on the sum of the sequence with a prime and one: a(n+1)->Abs(a(n)+Prime[n]+1). 0
2, 7, 13, 11, 7, 3, 13, 5, 17, 11, 19, 17, 23, 19, 31, 41, 37, 43, 53, 47, 71, 59, 61, 97, 103, 113, 79, 137, 101, 139, 151, 157, 173, 137, 199, 149, 211, 223, 173, 227, 181, 197, 263, 199, 211, 283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) =If Prime Abs[a(n-1)+Prime[n-1]+1]
MATHEMATICA
a[0] = 2; a[1] = 7; a[2] = 13; a[n_] := a[n] = Abs[a[n - 1] - Prime[n - 1] + 1] a0 = Flatten[Table[If[PrimeQ[a[n]], a[n], {}], {n, 0, 100}]]
CROSSREFS
Sequence in context: A103886 A231900 A323740 * A145300 A240029 A340104
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Jul 01 2007
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 August 30 19:26 EDT 2024. Contains 375545 sequences. (Running on oeis4.)