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!)
A075520 4*prime(n) + (prime(n) mod 4). 5
10, 15, 21, 31, 47, 53, 69, 79, 95, 117, 127, 149, 165, 175, 191, 213, 239, 245, 271, 287, 293, 319, 335, 357, 389, 405, 415, 431, 437, 453, 511, 527, 549, 559, 597, 607, 629, 655, 671, 693, 719, 725, 767, 773, 789, 799, 847, 895, 911, 917, 933, 959, 965 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A001749(n) + A039702(n).
MATHEMATICA
4#+Mod[#, 4]&/@Prime[Range[60]] (* Harvey P. Dale, Mar 10 2016 *)
PROG
(Haskell)
a075520 n = a075520_list !! (n-1)
a075520_list = zipWith (+) a001749_list a039702_list
-- Reinhard Zumkeller, Feb 20 2012
CROSSREFS
Sequence in context: A062691 A257630 A129496 * A030663 A013638 A075524
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 19 2002
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)