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!)
A142074 Prime number superposition a(n) = 10*A008578(2n-1) + A008578(2n). 1
12, 35, 81, 147, 213, 321, 411, 477, 589, 677, 783, 873, 987, 1113, 1179, 1257, 1447, 1539, 1667, 1797, 1909, 2001, 2127, 2201, 2457, 2523, 2631, 2767, 2899, 2987, 3093, 3237, 3423, 3501, 3717, 3843, 3957, 4109, 4219, 4371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The two factors 10 and 1 of this linear combination could be replaced by any other pair of integers.
LINKS
FORMULA
a(n) = 10*prime(2n-2)+prime(2n-1), n>1.
MAPLE
A008578 := proc(n) if n = 1 then 1; else ithprime(n-1) ; end if; end proc:
A142074 := proc(n) 10*A008578(2*n-1)+A008578(2*n) ; end proc: # R. J. Mathar, Jul 07 2011
MATHEMATICA
Join[{12}, 10#[[1]]+#[[2]]&/@Partition[Prime[Range[2, 80]], 2]] (* Harvey P. Dale, Aug 11 2017 *)
CROSSREFS
Sequence in context: A163661 A247893 A348462 * A102085 A058968 A195858
KEYWORD
nonn,easy,less
AUTHOR
Paul Curtz, Sep 15 2008
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 13:36 EDT 2024. Contains 371970 sequences. (Running on oeis4.)