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!)
A366473 a(1) = 1; thereafter a(n) = A337136(n) + A337136(n-1). 2
1, 3, 5, 8, 9, 10, 14, 15, 16, 19, 29, 48, 41, 53, 94, 67, 81, 82, 31, 47, 78, 60, 31, 80, 82, 42, 43, 64, 67, 158, 160, 51, 42, 44, 38, 39, 58, 62, 66, 67, 234, 237, 75, 74, 72, 75, 78, 82, 86, 90, 91, 94, 97, 145, 147, 101, 152, 153, 106, 110, 111, 112, 115, 81, 83, 143, 148, 129, 127, 190, 193, 259, 263, 333, 332, 137, 205, 212, 147, 149, 226, 223, 297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Michael De Vlieger, Log log scatterplot of a(n), n = 1..2^14, accentuating prime powers in red.
MATHEMATICA
nn = 120;
c[_] := False;
Array[Set[{a[#], c[#]}, {#, True}] &, 2]; Set[{i, j, u},
Range[3]]; s = i + j;
Do[k = u;
While[Or[c[k], CoprimeQ[s, k]], k++];
Set[{a[n], c[k], i, j, s}, {s, True, j, k, j + k}];
If[k == u, While[c[u], u++]], {n, 2, nn}], n];
Array[a, nn] (* Michael De Vlieger, Oct 26 2023 *)
CROSSREFS
Cf. A337136.
Sequence in context: A328066 A064186 A271048 * A189127 A189288 A190205
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 26 2023
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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)