[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!)
A231900 Omit the 1s from first differences of A084663. 2
2, 7, 13, 5, 29, 3, 59, 3, 7, 5, 3, 131, 3, 263, 3, 17, 3, 5, 3, 19, 569, 3, 17, 3, 13, 7, 5, 3, 1181, 3, 17, 3, 2381, 3, 11, 3, 5, 3, 7, 4787, 3, 5, 3, 11, 3, 53, 3, 11, 3, 13, 19, 9689, 3, 19379, 3, 7, 5, 3, 137, 3, 13, 38921, 3, 17, 3, 7, 77867, 3, 5, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms greater than 1 in A134744.
LINKS
Eric S. Rowland, A natural prime-generating recurrence, arXiv:0710.3217 [math.NT], 2007-2008.
MATHEMATICA
DeleteCases[Differences[RecurrenceTable[{a[1]==8, a[n]==a[n-1]+GCD[ a[n-1], n]}, a, {n, 100000}]], 1] (* Harvey P. Dale, Apr 12 2016 *)
PROG
(Haskell)
a231900 n = a231900_list !! (n-1)
a231900_list = filter (> 1) a134744_list
CROSSREFS
Cf. A137613.
Sequence in context: A230637 A301852 A103886 * A323740 A130710 A145300
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 15 2013
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 17:11 EDT 2024. Contains 375545 sequences. (Running on oeis4.)