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!)
A175965 Lexicographically earliest sequence with first differences as increasing sequence of noncomposites A008578. 10
1, 2, 4, 7, 12, 19, 30, 43, 60, 79, 102, 131, 162, 199, 240, 283, 330, 383, 442, 503, 570, 641, 714, 793, 876, 965, 1062, 1163, 1266, 1373, 1482, 1595, 1722, 1853, 1990, 2129, 2278, 2429, 2586, 2749, 2916, 3089, 3268, 3449, 3640, 3833, 4030, 4229, 4440, 4663 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement of A175966.
A175944(a(n)) = A018252(n). - Reinhard Zumkeller, Mar 18 2011
LINKS
FORMULA
a(n) = A036439(n-1) for n > 1.
a(n) - a(n-1) = A008578(n-1) for n > 1.
a(n) = A014284(n-1) + 1 for n > 1.
MATHEMATICA
FoldList[Plus, 1, Join[{1}, Prime[Range[50]]]] (* or *) Accumulate[ Join[ {1, 1}, Prime[Range[50]]]] (* Harvey P. Dale, Sep 28 2016 *)
PROG
(Haskell)
a175965 n = a175965_list !! n
a175965_list = scanl (+) 1 a008578_list
-- Reinhard Zumkeller, Mar 26 2015
CROSSREFS
Sequence in context: A079719 A300829 A036439 * A288341 A347542 A035298
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Oct 31 2010
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)