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!)
A187085 Even numbers > 4 as generated by A187072. 3
6, 8, 10, 12, 14, 18, 16, 22, 20, 26, 28, 24, 30, 34, 36, 32, 38, 42, 40, 46, 48, 50, 44, 54, 52, 58, 60, 56, 62, 66, 64, 70, 72, 78, 76, 84, 74, 68, 80, 86, 90, 82, 88, 96, 98, 92, 102, 94, 100, 106, 112, 114, 104, 110, 108, 120, 116, 126, 118, 130, 124, 132, 122, 140, 134, 138, 136, 142, 144, 146, 150, 148, 154, 156, 152, 162, 160, 168, 164, 158 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A187072(n) + A187072(n+1) = 2*A187098(n+2).
LINKS
PROG
(Haskell)
a187085 n = a187085_list !! (n-1)
a187085_list = zipWith (+) a187072_list $ tail a187072_list
CROSSREFS
Sequence in context: A064466 A356609 A026286 * A303580 A003663 A075396
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 04 2011
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 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)